08 2017 档案

摘要:提交项目之前必须先安装Git,下载地址:https://git-scm.com/download/win 1、登录Github后,在顶部导航栏选择New repository: 2、打开Create a new repository页面输入项目名称,我输入的是pisSource,点击Create r 阅读全文
posted @ 2017-08-24 17:08 hllive 阅读(875) 评论(0) 推荐(0)
摘要:function selected(id, val) { $('#' + id + ' option[value="' + val + '"]').attr('selected', true); } 阅读全文
posted @ 2017-08-16 15:10 hllive 阅读(435) 评论(0) 推荐(0)