结实朋友

文章
6
资源
0
加入时间
3年0月28天

有关Python的图形化界面——tkinter

文档:https://docs.python.org/zh-cn/3/library/tkinter.htmlhttps://wiki.python.org/moin/TkInter文档中的代码:import tkinter as tkclass Application(tk.Frame): def __init__(self, master=None): super().__init__(master) self.master = master

玩转-SQL2005数据库行列转换

注意:列转行的方法可能是我独创的了,呵呵,因为在网上找不到哦,全部是我自己写的,用到了系统的SysColumns (

PHP时间和日期函数详解

PHP中所有函数都是UNIX纪元的,即从1970年1月1日开始的。 日期是从这个时候开始的秒数。 当一个函数调用从这时候