1.C#根据当前时间获取,本周,本月,本季度等时间段2. js escape() 加密后 C#后台解码的方法
分类:
其他好文 时间:
2015-01-13 19:36:20
阅读次数:
103
1.安装libevent./configure --prefix=...make && make install2.安装memcached./configure --prefix=... --with-libevent=...make && make install3.启动/home/users/v...
分类:
系统相关 时间:
2015-01-13 19:36:31
阅读次数:
176
来源:http://stephen830.iteye.com/blog/2001939安装 mysqlMySQL Community Server (GPL) 5.6.15安装 tomcat7.0http://tomcat.apache.org/download-70.cgi下载的是tar版安装 j...
分类:
数据库 时间:
2015-01-13 19:35:52
阅读次数:
193
Linux内核注释-1/boot/bootsect.s该代码来自linux0.11内核代码/boot/bootsect.s这段代码使用asm汇编格式启动代码,之所以不使用AT&T,原因是当时的AT&T汇编不支持16位模式.www.ahlinux.com 汇编知识:串操作指令:串操作指令的操作数是主存...
分类:
系统相关 时间:
2015-01-13 19:37:16
阅读次数:
186
控制器 ( Controller)Product下面功能主要根据多条件搜索产品的列表的功能 public ActionResult ProductList(string cityID, string productType,string currentPageIndex,string sortTyp...
分类:
Web程序 时间:
2015-01-13 19:37:10
阅读次数:
148
Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.两层循环,将在同一直线上的点放入hash table,找到hash table中的最大值。 1 int m...
分类:
其他好文 时间:
2015-01-13 19:36:55
阅读次数:
95
数据库版本11.2.0.3.0 oracle的bug导致的错误expdpORA-07445: exception encountered: core dump [kokemisz()+34] [SIGSEGV] [ADDR:0x18] [PC:0x143F5C6] [Address not mapp...
分类:
其他好文 时间:
2015-01-13 19:36:34
阅读次数:
482
动态页,伪静态,真静态优缺点的比较 动态页不利于SEO优化。 动态页常常因为传参数的缘故后面会带一连串的问号。而搜索引擎会因为里面问号导致死循(机器人陷阱Spidertraps),所以带问号的地址搜索引擎一般不会收录进去。 使用真静态和假静态对SEO来说没有什么区别 使用真静态可能将导致硬...
分类:
其他好文 时间:
2015-01-13 19:36:06
阅读次数:
156
1、从PHP中分配的变量 $smarty -> assign(); 从PHP分配给模板使用的变量:动态变量2、从配置文件中读取的变量 $smarty配置文件中的内容不是PHP读取,而是就在smarty模板中应用变量,让用户修改模板的板式、外观。1) 配置文件需要放置在什么位置,需要设置多少个配置文件...
分类:
其他好文 时间:
2015-01-13 19:36:56
阅读次数:
120
来源:http://blog.csdn.net/mistygod/article/details/57558731、首先谈谈Spring-mvc在使用Spring-mvc之前,为一直使用的是struts,关于struts的介绍为前面也曾小结过,所以这里就不多说了。还是来谈谈Spring的mvc吧.W...
分类:
数据库 时间:
2015-01-13 19:37:13
阅读次数:
214
鼠标事件:键盘事件://通过class获取元素,封装一个通过class获取元素的方法//IE10以下不支持document.getElementByClass()function getByClass(className,parent){//必须的元素(前面),可选的元素 var oParen...
分类:
其他好文 时间:
2015-01-13 19:37:02
阅读次数:
120
pi方法就是比例积分方法,关于pi方法介绍参考http://www.elecfans.com/dianzichangshi/20120909287851.html锁相环pi方法原理参考http://wenku.baidu.com/view/86b9586fa76e58fafab003b7.html关...
分类:
其他好文 时间:
2015-01-13 19:35:24
阅读次数:
152
前言:在数学运算的过程中 ,经常碰到这样的问题:参与运算的 数字很大或者对运算结果的精度要求很高。无论何种计算机 语言 ,在描述数据类型时都有一定的精度和位数要求 ,比如说 16 位整型数 (int) 所能表示的范围为 - 32768~32767 ,实数 (float)所能表示的精度为小数点后 8 ...
分类:
其他好文 时间:
2015-01-13 19:35:02
阅读次数:
150
题目链接:HDOJ - 5160题目分析第一眼看上去,要求统计所有不同排列对答案的贡献。嗯...完全没有想法。但是,如果我们对每个数字单独考虑,计算这个数字在总答案中的贡献,就容易多了。对于一个数字 ai ,有 ni 个 。比它大的数字有 p 个,比它小的数字有 q 个。所有的数字一共有 N 个。首...
分类:
移动开发 时间:
2015-01-13 19:35:30
阅读次数:
153
地址:http://bbs.csdn.net/topics/360030699引用楼主 zgycsmb 的回复:问:1mysql的内存表性能怎么样2mysql的内存表与system v 这种共享内存机制比起来,如何3 mysql的内存表怎么用,能不能给个例子,thanks1mysql的内存表性能怎么...
分类:
数据库 时间:
2015-01-13 19:36:03
阅读次数:
203
-(void)initTabBarView{ if (tabBarController && [kAPPDELEGATE.navigationController.viewControllers containsObject:tabBarController]) { [kAPPD...
分类:
其他好文 时间:
2015-01-13 19:34:20
阅读次数:
150
Posted on Friday, October 11, 2013 .Net has three low-level mechanisms to run code in parallel: Thread, ThreadPool, and Task. These three mechanism se...
分类:
其他好文 时间:
2015-01-13 19:35:59
阅读次数:
154