会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
激情@人生
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
2018年9月7日
samba服务断开某个用户 samba客户端断开自动登录
摘要: samba 用户管理 win自动登录取消
阅读全文
posted @ 2018-09-07 09:57 swing07
阅读(1877)
评论(0)
推荐(0)
2018年8月24日
每周散记 20180820
摘要: 验证码处理相关: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
阅读(120)
评论(0)
推荐(0)
2018年8月17日
每周散记 20180813
摘要: 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
阅读(97)
评论(0)
推荐(0)
php 异常捕获的坑
摘要: thinkphp 框架需要注意 书写为(Exception $e)将无效 需要写成 (\Exception $e) try { throw new \Exception("Error Processing Request", 1);} catch (\Exception $e){ //如书写为(Ex
阅读全文
posted @ 2018-08-17 10:35 swing07
阅读(220)
评论(0)
推荐(0)
2018年8月13日
每周散记 20180806
摘要: 1. 文件删除 linux 中文文件名 带空格等特殊字符名称的文件删除将文件名用引号抱起来, 删除多个是 用空格隔开如:rm '文件名1' '文件2' https://www.cnblogs.com/jhj117/p/4067887.html 2. except 使用 太频繁还是用免密码登录方便 安
阅读全文
posted @ 2018-08-13 16:06 swing07
阅读(105)
评论(0)
推荐(0)
2018年8月10日
转: Linux mount/unmount命令
摘要: https://blog.csdn.net/okhymok/article/details/76616892 楼主具体哪里转的 我不清楚 好像没看到原始出处 开机自动挂载 如果我们想实现开机自动挂载某设备,只要修改/etc/fstab文件即可。 文件挂载的配置文件:/etc/fstab 查看此文件可
阅读全文
posted @ 2018-08-10 16:55 swing07
阅读(269)
评论(0)
推荐(0)
2018年7月26日
python http 请求 响应 post表单提交
摘要: 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
阅读(818)
评论(0)
推荐(0)
2018年7月24日
每周散记 20180723
摘要: 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
阅读(109)
评论(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
阅读(567)
评论(0)
推荐(0)
2018年7月17日
c++ 软件版本比较函数
摘要: // 版本号拆分为数组 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
阅读(886)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
公告