
LINQ
文章平均质量分 79
shaily
这个作者很懒,什么都没留下…
展开
-
$.ajax json数据传递方法
前台 [复制此代码]CODE:http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml" > 无标题页 .show{ display:block;} .hide{ display:none;} //这个方法把ajax方法封装一下,方便调用。 function myajax(转载 2009-06-22 10:35:00 · 981 阅读 · 0 评论 -
动态设置并加密App.Config中数据库连接字符串
App.config中的数据库连接字符串,是在Settings.settings同步过来的。后者在设计时支持数据集DataSet的设计,但运行时不能更改,可以更改App.config的连接字符串,但无法加密、解密。造成的结果是数据库连接字符串,要么固定不变,要么以明文显示,极不安全…… App.config中的数据库连接字符串,是在Settings.settings同步过来的。后者转载 2009-06-22 09:49:00 · 2035 阅读 · 1 评论 -
jquery/ajax/php/json实例
工具: 1.jquery-132min.js 2. JSON.class.php.php5 json.htm -------------------------------------------------------------------------------- html head title jQueryAjax实例演示 / title / head script language =转载 2009-06-22 10:49:00 · 4193 阅读 · 0 评论 -
asp.net ajax实现(—):Jquery+Json
适合轻量级的应用,客户端序列化和反序列化可用Json的JSON.parse()和JSON.stringify(),但服务端序列化和反序列化的时候,遇到一些问题,我采用了三种方式,其中三种方式序列化和反序列化的方式各有不同,比较请点这里看。以下是我的操作的代码:前台:CodeCode highlighting produced by Actipro CodeHighlighter转载 2009-06-22 10:51:00 · 1022 阅读 · 0 评论