var vote = new Array(); $("input[name='option_name']").each(function(i){ if($(this).val()!=null&&$(this).val()!=''){ vote.push($(this).val()); }else{ ...
分类:
编程语言 时间:
2017-05-12 19:06:56
阅读次数:
201
第一个项目:教务管理系统 分析其中的 用户、角色、功能、权限之间的关系: 第二个项目:网上商城 这个就不画图了,感觉上个图好丑,专业工具找不到了,见谅! 数据库表: 图书表book、图书类别bookType、顾客表customer表、顾客详细表customerDetail、菜单表menu 消息表ne ...
分类:
其他好文 时间:
2017-05-11 19:39:14
阅读次数:
214
近期一个项目。,想用redis 作为数据库,php是不待redis 扩展,必须安装,怎么安装呢?我在网上找的非常多资料发现都是预编译的。但都没成功。于是就找了第二种方法是不须要编译直接安装就能够了。 安装redis 扩展 sudo apt-get install git-core 安装好后重新启动n ...
分类:
Web程序 时间:
2017-05-10 12:58:34
阅读次数:
186
1. Error:(1, 0) Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to "a9a2a70e41cb49bb8b88 ...
分类:
移动开发 时间:
2017-05-09 12:35:33
阅读次数:
312
题目: Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and empty s ...
分类:
其他好文 时间:
2017-05-07 22:03:22
阅读次数:
156
1 2 3 4 5 6 Ids 7 Name 8 Price 9 Source 10 Numbers 11 Image 12 13 23 {$v[0]} 24 {$v[1]} 25 {$v[2]} 26 {$v[3]} 27 {$v[4]} 28 {$v[5]} 29... ...
分类:
其他好文 时间:
2017-05-07 17:42:04
阅读次数:
165
题目: A message containing letters from A-Z is being encoded to numbers using the following mapping: Given an encoded message containing digits, determi ...
分类:
其他好文 时间:
2017-05-06 21:46:54
阅读次数:
181
I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stac ...
分类:
其他好文 时间:
2017-05-06 19:08:38
阅读次数:
289
第一步:申请证书: 第二步:申请app ids,应用名字必须一致。然后再进入进行编辑。使其enable,绿灯。 第三步:申请provisioning profile,生成.mobileprovision,双击该证书才干正确导入手机设备。不能拖。 第四步:创建应用。使其名字一致。 第五步:写代码 - ...
分类:
移动开发 时间:
2017-05-03 17:20:17
阅读次数:
261