欢迎访问我的博客 https://javascript.shop
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 58 下一页
摘要: 原文发布时间为:2009-08-26 —— 来源于本人的百度文章 [由搬家工具导入] 全文请见:http://tech.163.com/05/1025/11/20THD0T000091589.html 1、 程序员意味着要编程序。(如果你仅仅想得到一份高薪水的工作,喝喝咖啡就等老板发薪水,我奉劝你还 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(164) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-09-16 —— 来源于本人的百度文章 [由搬家工具导入] 代码在本地就是好的,在服务器端就有问题? 为应用程序池 'DefaultAppPool' 提供服务的进程关闭时间超过了限制服务器经常产生“应用程序池 'DefaultAppPool' 提供服务的进程关闭时间超过了限 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(205) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-08-26 —— 来源于本人的百度文章 [由搬家工具导入] <?xml version="1.0" encoding="gb2312" ?><root> <name id="1">sdfsdf</name> <name id="2">sdgsd</name> <name i 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(112) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-10-25 —— 来源于本人的百度文章 [由搬家工具导入] Duration 缓存时间,以秒为单位,这个除非你的Location=None,可以不添加此属性,其余时候都是必须的。 Location Location当被设置为None时,其余的任何设置将不起作用 Any——页 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(144) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-08-26 —— 来源于本人的百度文章 [由搬家工具导入] 1、真正的程序员用C++;(一位专家说的) 2、动手去编程序; 3、动脑去思考; 4、要有良好的编程风格; 5、读书,读好书,尽量读原版书!(我反复强调这一点,读书要有选择,坚持读好书,名家出的经典书,不要浪费实践 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(156) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-10-28 —— 来源于本人的百度文章 [由搬家工具导入] 后台: using System;using System.Collections.Generic; public partial class _Default : System.Web.UI.Page{ publ 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(139) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-11-21 —— 来源于本人的百度文章 [由搬家工具导入] 请先学习:http://hi.baidu.com/handboy/blog/item/bfef61000a67ea16738b6565.html string x = "Live for nothing,die f 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(181) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-10-22 —— 来源于本人的百度文章 [由搬家工具导入] 采用异或(^)思想 0和1互换(原数值异或上 1) a=0; a^1=1; a=1; a^1=0; 0和2 互换(原数值异或上 2) a=0; a^2=2; a=2; a^2=0; 1和2 互换(原数值异或上 3) 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(1003) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-11-03 —— 来源于本人的百度文章 [由搬家工具导入] 缓存依赖技术,就是某个文件的改变,缓存才改变。 不多说,看源码吧: http://download.csdn.net/source/1779122 再加一个页面文件缓存依赖: <%@ Page Language=" 阅读全文
posted @ 2017-07-13 00:12 孑孓子 阅读(102) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-08-26 —— 来源于本人的百度文章 [由搬家工具导入] <?xml version="1.0" encoding="gb2312" ?><root> <name id="1">sdfsdf</name> <name id="2">sdgsd</name> <name i 阅读全文
posted @ 2017-07-12 00:07 孑孓子 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 58 下一页
欢迎访问我的博客 https://javascript.shop