说明: 1:直接贴码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; us ...
分类:
其他好文 时间:
2017-04-24 22:54:36
阅读次数:
277
using System; using System.Collections.Generic;using System.ComponentModel; using System.Data;using System.Drawing; using System.Linq; using System.Te ...
Other men live to eat, while I eat to live. 很多人为食而生存,而我为生存而食。 Just the same, either you eat to live or you live to eat. But there may be something dif ...
分类:
其他好文 时间:
2017-04-23 15:06:47
阅读次数:
181
django的Form组件 实例: 视图函数 fm.html ...
分类:
其他好文 时间:
2017-04-20 20:04:53
阅读次数:
145
在hibernate中,有一级缓存session和二级缓存sessionFactory这些机制,一方面为编码提供了便利,同时也会有一些副作用。比如有较大的数据量交互的话,缓存反而会降低效率。最近在做一个有关批量更新的程序,在调用session.update()之后,对象会保存在缓存中,如果数据量超过 ...
分类:
数据库 时间:
2017-04-20 19:27:28
阅读次数:
232
oracle 数据库中,应用程序里的连接探測语句的正确使用 本文为原创文章。转载请注明出处:http://blog.csdn.net/msdnchina/article/details/38513765 在非常多程序里边。连接探測(或者连接检測)语句,都是用的select sysdate from ...
分类:
数据库 时间:
2017-04-19 09:49:48
阅读次数:
167
1.System.Reflection.Assembly.GetExecutingAssembly().Location 获取当前工程,比如DLL或者应用程序的目录。因为程序调用的DLL,有可能在任意一个文件夹,这方法能获取当前调用的DLL对应的路径。 2.Application.Current.S ...
反汇编基本原理与x86指令构造 概要:旨在讲述程序的二进制代码转换到汇编。即反汇编的基本原理。以及 x86 架构的 CPU 的指令构造,有这个基础后就能够自己编写汇编程序了,也能够将二进制代码数据转换成汇编助记指令。当然,把本文当作手冊的阅读指导也是能够的。本文还讲述了 DEBUG 工具的部分功能。 ...
分类:
其他好文 时间:
2017-04-16 15:13:53
阅读次数:
498