end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2021-04-13から1日間の記事一覧

python3 における sort関数による並び替え

javascript と perl のそれぞれで、sort関数による並び替え - end0tknr's kipple - web写経開発 随分昔に、記載した上記javascript & perl に対するpython 版。 以下。 ポイントは、sortted()内に記載した「from functools import cmp_to_key」 と「key=cmp_…

javaのnative2ascii なfile をpython で読むには、byte.decode('unicode-escape')

つまり、以下のような python script になります。 #!python # -*- coding: utf-8 -*- import copy import pprint import re src_encode = 'utf-8' class Conv4Properties(): def __init__(self): pass def load_native2ascii(self,file_path): ret_lines = …

seasar2 AStruts 入門の参考サイト

↓この位がちょうどよい気がします。 http://snowhiro.web.fc2.com/seasar2/seasar2_index.html http://snowhiro.web.fc2.com/sastruts/index.html