上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
  2018年9月7日
摘要: samba 用户管理 win自动登录取消 阅读全文
posted @ 2018-09-07 09:57 swing07 阅读(1783) 评论(0) 推荐(0) 编辑
  2018年8月24日
摘要: 验证码处理相关:https://www.cnblogs.com/beer/p/7877570.htmlhttps://blog.csdn.net/Neleuska/article/details/80040304https://zhuanlan.zhihu.com/p/26078299 php 异常 阅读全文
posted @ 2018-08-24 16:32 swing07 阅读(112) 评论(0) 推荐(0) 编辑
  2018年8月17日
摘要: 1. UML 统一建模语言 参考: https://blog.csdn.net/soft_zzti/article/details/79811923 https://www.cnblogs.com/lucky_hu/p/9006282.html 2. api编写 数据表示 业务逻辑怎么表示? 思维导 阅读全文
posted @ 2018-08-17 18:11 swing07 阅读(90) 评论(0) 推荐(0) 编辑
摘要: thinkphp 框架需要注意 书写为(Exception $e)将无效 需要写成 (\Exception $e) try { throw new \Exception("Error Processing Request", 1);} catch (\Exception $e){ //如书写为(Ex 阅读全文
posted @ 2018-08-17 10:35 swing07 阅读(208) 评论(0) 推荐(0) 编辑
  2018年8月13日
摘要: 1. 文件删除 linux 中文文件名 带空格等特殊字符名称的文件删除将文件名用引号抱起来, 删除多个是 用空格隔开如:rm '文件名1' '文件2' https://www.cnblogs.com/jhj117/p/4067887.html 2. except 使用 太频繁还是用免密码登录方便 安 阅读全文
posted @ 2018-08-13 16:06 swing07 阅读(98) 评论(0) 推荐(0) 编辑
  2018年8月10日
摘要: https://blog.csdn.net/okhymok/article/details/76616892 楼主具体哪里转的 我不清楚 好像没看到原始出处 开机自动挂载 如果我们想实现开机自动挂载某设备,只要修改/etc/fstab文件即可。 文件挂载的配置文件:/etc/fstab 查看此文件可 阅读全文
posted @ 2018-08-10 16:55 swing07 阅读(256) 评论(0) 推荐(0) 编辑
  2018年7月26日
摘要: 1. 查看请求 响应情况 print(response.text) print(response.headers) print(response.request.body) print(response.request.headers) 2. post的multipart/form-data请求 # 阅读全文
posted @ 2018-07-26 14:15 swing07 阅读(767) 评论(0) 推荐(0) 编辑
  2018年7月24日
摘要: 1. linux 入门经典 《循序渐进Linux》 看目录还可以 具体没有看过 http://blog.51cto.com/ixdba/1741789 2. 代码签名 https://blog.csdn.net/thanklife/article/details/70333511 3. 微信推送消息 阅读全文
posted @ 2018-07-24 18:22 swing07 阅读(94) 评论(0) 推荐(0) 编辑
  2018年7月20日
摘要: 转载:https://baijiahao.baidu.com/s?id=1602968014396631755&wfr=spider&for=pc 优惠券系统应该如何设计? 优惠券系统应该如何设计? 人人都是产品经理 百家号06-1117:31 人人都是产品经理 百家号06-1117:31 人人都是 阅读全文
posted @ 2018-07-20 16:41 swing07 阅读(523) 评论(0) 推荐(0) 编辑
  2018年7月17日
摘要: // 版本号拆分为数组 void splitToInt(string str , vector<int> *v1, char delim ){ // 拆分 string strTmp; strTmp = ""; int num = 0; for (int i = 0;i< str.size();i+ 阅读全文
posted @ 2018-07-17 16:22 swing07 阅读(868) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页