. time attributename 和 values
联用xxx直接在元素上使用:防止单行代码看不见防止单行代码看不见2. time onbegin ,比较鸡肋的地方是,只要有onxxx过滤器的,就没啥用3.
time set attributename toxxx4. vml onmouse...
分类:
Web程序 时间:
2014-05-08 19:01:38
阅读次数:
454
第1步:更新gcc,因为gcc版本太老会导致新版本python包编译不成功yum -y install
gcc 第2步:下载Python-3.3.0软件包第3步:解压已下载的二进制包并编译安装#tar -jxvf Python-3.3.0.tar.bz2#cd
Python-3.3.0#./conf...
分类:
编程语言 时间:
2014-05-08 18:56:20
阅读次数:
390
declare @id int,@value nvarchar(100);begin declare
c_test_main cursor fast_forward for select hps_hpId,hps_time from
hospitalPermSupp where hps_...
分类:
数据库 时间:
2014-05-08 14:39:27
阅读次数:
498
这是一个简单的Java代码注释率统计工具,能够查找某个指定目录下的每个.java文件注释率及该路径下所有.java文件的总注释率。注释率=注释代码行数/代码总行数,其中代码总行数包括注释行和空格行。在Java中有行注释(//)、块注释(/*……*/)和Javadoc注释(/**……*/)三种风格,通...
分类:
编程语言 时间:
2014-05-08 14:34:05
阅读次数:
616
IntroductionRecently I was playing around with
Entity Framework (EF) and evaluating it for some projects. I had a very hard
time figuring out how to a...
分类:
数据库 时间:
2014-05-08 13:05:33
阅读次数:
678
本文是转载作者AstralWind的python线程指南,原文的地址为:http://www.cnblogs.com/huxi/archive/2010/06/26/1765808.html本文介绍了Python对于线程的支持,包括“学会”多线程编程需要掌握的基础以及Python两个线程标准库的完整...
分类:
编程语言 时间:
2014-05-08 00:41:35
阅读次数:
574
Python+Django+SAE系列教程12-----配置MySQL数据库...
分类:
数据库 时间:
2014-05-08 00:20:06
阅读次数:
452
题目链接:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3736
Pocket Cube
Time Limit: 2 Seconds Memory Limit: 65536 KB
Pocket Cube is a 3-D combination puzzle. It is a 2 ×...
分类:
其他好文 时间:
2014-05-07 23:53:24
阅读次数:
709
Python+Django+SAE系列教程11-----request/pose/get/表单...
分类:
编程语言 时间:
2014-05-07 23:31:54
阅读次数:
653
按网上教程搭建好环境后,执行下面的代码出现了错误:测试代码如下:from selenium
import
webdriverdriver=webdriver.Firefox()driver.get("http://www.baidu.com")错误信息如下:Traceback
(most recen...
分类:
编程语言 时间:
2014-05-07 21:16:57
阅读次数:
420