模块是包括python定义和声明的文件。文件名=模块名+".py"。模块名保存在全局变量__name__中。1、模块中的执行语句,只是在导入时执行一次。这些语句通常用于初始化模块。2、被导入的模块被放到全局语义表中。3、import用法
+import moduleName +from modu.....
分类:
编程语言 时间:
2014-06-29 12:34:03
阅读次数:
277
LigerUi-js中ajax前台调用后台Json格式转换!(已解决)
success: function (data, status)
{
var aaa = JSON2.stringify(data);
alert(aaa );
}...
分类:
Web程序 时间:
2014-06-20 12:17:23
阅读次数:
972
public static void WriteLog(string msg) { string
appPath = AppDomain.CurrentDomain.BaseDirectory; string ServerPath = appPath +
@"\Log" + DateTime.No....
分类:
其他好文 时间:
2014-06-07 07:15:18
阅读次数:
292
__name__指示模块应该如何被加载:
由于主程序代码无论模块是被导入还是被直接运行都会运行,我们必须知道模块如何决定运行方向。一个应用程序可能需要导入另一个应用程序的一个模块,以便重用一些有用的代码(否则就只能用拷贝粘贴那种非面向对象的笨拙的方法),这种情况的下,你只想访问那些位于其他应用程序....
分类:
编程语言 时间:
2014-06-06 16:26:41
阅读次数:
271
to_date("要转换的字符串","转换的格式")
两个参数的格式必须匹配,否则会报错。即按照第二个参数的格式解释第一个参数。to_char(日期,"转换格式" )
即把给定的日期按照“转换格式”转换。转换的格式:表示year的:y 表示年的最后一位 yy 表示年的最后2位 yyy 表示年的最后3...
分类:
数据库 时间:
2014-06-06 10:43:04
阅读次数:
263
一:DateTime.ParseExact方式,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;using S...
分类:
其他好文 时间:
2014-06-05 19:55:41
阅读次数:
271
import datetimedatetime有几个常用类:date time datetime
timedelta1. 今天日期时间(今天时间)>>> import datetime>>> now =
datetime.datetime.now()>>> print now2014-06...
分类:
编程语言 时间:
2014-06-05 16:47:38
阅读次数:
299
一:DateTime.ToString格式化日期,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;using ...
分类:
其他好文 时间:
2014-06-03 15:22:00
阅读次数:
414
一:DateTime.IsLeapYear 方法判断是否是闰年,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing...
分类:
其他好文 时间:
2014-06-02 09:25:59
阅读次数:
220
PC机,kindle, ipad 上的 书籍管理、格式转换、上传下载、切白边、做笔记、阅读本身....
分类:
其他好文 时间:
2014-06-02 02:24:44
阅读次数:
206