摘要: 这两天要做一个多选题答案的库 ,本来想着从网上当点算法下来的,找了找没什么合适的,就自己写了个:答案选项是3-8个, const string charlist = "ABCDEFGH"; List<string> list = new List<string>(); public string G 阅读全文
posted @ 2016-10-12 15:43 hello_myworld 阅读(734) 评论(0) 推荐(0) 编辑
摘要: 无刷新下载文件 阅读全文
posted @ 2016-10-12 15:42 hello_myworld 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 菜单展开状态保存,最开始是用session来存的,用session存没点击一次菜单就会多次访问后台页面,影响页面加载速度,后来改用js的cookie来存;代码如下 //获取cookie function GetCookie(name) { var arr = document.cookie.matc 阅读全文
posted @ 2016-10-12 15:40 hello_myworld 阅读(1424) 评论(0) 推荐(1) 编辑
摘要: 在VS下使用 GitFlow管理项目开发 阅读全文
posted @ 2016-10-12 15:24 hello_myworld 阅读(663) 评论(0) 推荐(0) 编辑