随笔分类 - JS
摘要:layer.alert('', { icon:3, title: '删除确认', content: '您确定要删除这条记录吗?', btn: ['确定','取消'] }, function (index) { //business lo...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClient; using System.Configuration; namespace AJAX { /// /// Log...
阅读全文
摘要:用户名: UserId UserName Pwd ...
阅读全文
摘要:用户名: 密 码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClien...
阅读全文
摘要:1 2 3 4 5 6 7 8 52 87 88 89 90 91 新闻 92 93 94 看河南 95 96 97 ...
阅读全文
摘要:1 2 3 4 5 6 7 23 47 48 49 50 51 52 53 54 55 56
阅读全文
摘要:1 61 62 63 64 65 66 > 67 68 69 70 71 72 73 74...
阅读全文
摘要:创建 cookie function SetCookie(cname, cvalue,exdays){ var d=new Date(); d.setTime(d.getTime()+(exdays)*24*60*60*1000); var expires="expires="+d.toUTCString(); ...
阅读全文
摘要:第一种:(跳转到b.html) 第二种:(返回上一页面) 第三种: 第四种: 第五种:
阅读全文
摘要:新建一个winfrom窗体应用程序,为程序添加配置文件App.config,然后在配置文件中添加数据库连接字符串 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Configuration; using System.D...
阅读全文