摘要: 关键词: SqlDataReader Sqlconnection DataSet SqlDataAdapter 数据库读取: 阅读全文
posted @ 2016-08-16 10:21 jacketlin 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 关键词: 关键词: select from where in into join on equals orderby descending thenby Table<TEntity> Table<TEntity> DefaultIfEmpty(); submitChanges(); DeleteOn 阅读全文
posted @ 2016-08-12 10:30 jacketlin 阅读(179) 评论(0) 推荐(0) 编辑
摘要: xml 节点查询 阅读全文
posted @ 2016-08-12 10:17 jacketlin 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 关键词: $.ajaxFileUpLoad(); data status dataType 参考资料: http://www.cnblogs.com/kissdodog/archive/2012/12/15/2819025.html 第一步: 先引入jQuery与ajaxFileUpload插件。注 阅读全文
posted @ 2016-08-03 14:39 jacketlin 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 问题如图: 解决办法: 首先关闭你应用程序方案,在你保存项目的文件夹下找到ProjectName.csproj ProjectName是你实际的应用程序名称。 用文字编辑器打开你找到它找到 <Reference Include="System.Web.WebPages" /> <Reference 阅读全文
posted @ 2016-07-27 15:50 jacketlin 阅读(872) 评论(0) 推荐(0) 编辑
摘要: 第一部份关键词: .bind() .unbind() .css() .hasclass() .removeclass .parent() .children() .html() .hide() .show() .attr() .val() 第二部份关键词: .find() .unbind() .bi 阅读全文
posted @ 2016-07-27 15:48 jacketlin 阅读(1514) 评论(0) 推荐(0) 编辑
摘要: 关键词: link background-image 网站的样式目录 网站的基本样式 如何引用样式表 定义样式 样式的定义包括 Icons,Component containers,Interaction states 样式定义示范: .ui-icon { width: 16px; height: 阅读全文
posted @ 2016-07-26 17:28 jacketlin 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 关键词: XmlSerializer StreamWriter T instance 保存xml文件 代码: 阅读全文
posted @ 2016-07-22 17:08 jacketlin 阅读(923) 评论(0) 推荐(0) 编辑
摘要: 内容可以参考:http://www.cnblogs.com/jobs2/p/3948049.html 用分号隔开的数字,并指定小数点后的位数 string.Format("{0:N}", 14200) 结果为:14,200.00 (默认为小数点后面两位) string.Format("{0:N3}" 阅读全文
posted @ 2016-07-21 17:55 jacketlin 阅读(182) 评论(2) 推荐(0) 编辑
摘要: xml 阅读全文
posted @ 2016-07-18 14:16 jacketlin 阅读(194) 评论(0) 推荐(0) 编辑