会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
日光之下无新事
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2019年6月22日
jQuery 控制網頁捲軸移動 & Ignore link '#' method jump action
摘要: 想要ignore link "#" method, 當click一個link時,page不要跳轉,可使用 來代替 也可以使用上面例子中提到在,onclick事件觸發後的function中 return false; 另外一種方法就是使用 event.preventDefault(); 取消事件的預設
阅读全文
posted @ 2019-06-22 11:19 日光之下无新事
阅读(374)
评论(0)
推荐(0)
2019年6月18日
C#中 [], List, Array, ArrayList 區別
摘要: [] 是針對特定類型、固定長度的。List 是針對特定類型、任意長度的。Array 是針對任意類型、固定長度的。ArrayList 是針對任意類型、任意長度的。Array 和 ArrayList 是通過存儲 object 實現任意類型的,所以使用時要轉換。 Array 是抽象類別,不能使用 new
阅读全文
posted @ 2019-06-18 18:01 日光之下无新事
阅读(193)
评论(0)
推荐(0)
C#中 IEnumerable, ICollection, IList, List的使用
摘要: List是類,實現了IList接口,IList繼承了ICollection,ICollection繼承了IEnumerable,IEnumerable是其中最底層的接口。 實現IEnumerable接口的類,可以使用foreach進行循環讀取。 實現ICollection接口的類,除了可以使用for
阅读全文
posted @ 2019-06-18 17:32 日光之下无新事
阅读(348)
评论(0)
推荐(0)
Amazon MWS Scratchpad
摘要: https://mws.amazonservices.com/scratchpad/index.html Use this page to test Amazon MWS API request and response.
阅读全文
posted @ 2019-06-18 16:06 日光之下无新事
阅读(793)
评论(0)
推荐(0)
2019年6月6日
DataTable.NET 使用server-side processing
摘要: https://datatables.net/examples/server_side/simple.html 當頁面上要顯示的數據在10萬筆以上時,可以使用server-side processing. 這樣在change entries, paging, sorting的時候,會通過事先定義好的
阅读全文
posted @ 2019-06-06 12:33 日光之下无新事
阅读(344)
评论(0)
推荐(0)
2019年1月24日
配置python开发环境(Eclipse + pyDev)
摘要: jdk-11.0.2eclipse 2018-12python 3.7.2 1. install jdk, 配置环境变量 新建JAVA_HOME 系统变量,C:\Program Files\Java\jdk-11.0.2 修改path系统变量,在最后添加 ;%JAVA_HOME%\bin 2. in
阅读全文
posted @ 2019-01-24 09:33 日光之下无新事
阅读(718)
评论(0)
推荐(0)
2018年3月13日
Context.Response.End(); VS HttpContext.Current.ApplicationInstance.CompleteRequest();
摘要: 返回到client頁面的json string除了json data的部分之外,還包含了整個頁面的html source code. 導致json parse時出現error
阅读全文
posted @ 2018-03-13 18:25 日光之下无新事
阅读(1242)
评论(0)
推荐(0)
2015年9月26日
C# Use Pop3Client to read gmail
摘要: host = "pop.gmail.com"user = "xxxxx@gmail.com"password = "xxxx"port = 995Pop3Client client = new Pop3Client();client.connet(host, port, true);client.A...
阅读全文
posted @ 2015-09-26 13:14 日光之下无新事
阅读(370)
评论(0)
推荐(0)
2015年1月9日
在c#程式中配置log4net
摘要: 參考網址:http://www.cnblogs.com/kissazi2/p/3393595.htmlhttp://www.cnblogs.com/kissazi2/p/3389551.htmlhttp://www.cnblogs.com/kissazi2/p/3392094.html實際配置時,使...
阅读全文
posted @ 2015-01-09 01:56 日光之下无新事
阅读(298)
评论(0)
推荐(0)
2014年8月6日
修改windows系統下xampp中apache端口被其他程式占用的問題
摘要: windows 7安裝後啟動xampp, 提示port 443 被其他程式占用。網上查找解決方案:http://stackoverflow.com/questions/21182512/how-to-stop-vmware-port-error-of-443-on-xampp-control-pan...
阅读全文
posted @ 2014-08-06 21:57 日光之下无新事
阅读(1109)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告