会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Simple.Smile
Mr.zf
github:https://github.com/zhangfulv
博客园
首页
新随笔
联系
管理
订阅
02 2021 档案
Android sdk 下载路径
摘要:http://tools.android-studio.org/index.php/sdk
阅读全文
posted @
2021-02-23 16:49
SimpleSmile
阅读(166)
评论(0)
推荐(0)
centos修改用户用户组
摘要:chown 用户:用户组 ./*(目录) 遇见有的基础用户权限小于root的,可以将文件用户和用户组改为普通用户.
阅读全文
posted @
2021-02-22 10:10
SimpleSmile
阅读(2185)
评论(0)
推荐(0)
centos7 通过shell切换root用户
摘要:1.yum install expect 需要使用这个命令 2.编写 shell脚本 vi test.sh #!/bin/sh echo 'su user[root]!' expect -c " spawn su - root expect \":\" send \"your password\r\
阅读全文
posted @
2021-02-05 13:26
SimpleSmile
阅读(1596)
评论(0)
推荐(0)
java 服务上传图片到linux没有读写权限
摘要:参考文档:https://blog.csdn.net/weixin_36995355/article/details/95754238 一、检查linux linux文件访问默认权限与umask有关,查看系统默认配置(/etc/profile)是否正常,如果是002或022就正常没有问题。 [uma
阅读全文
posted @
2021-02-03 18:46
SimpleSmile
阅读(1381)
评论(0)
推荐(0)
springmvc 加载可以使用注解的filter
摘要:参考文档:http://www.voidcn.com/article/p-kunmmetg-bgw.html DelegatingFilterProxy就是一个对于servlet filter的代理,用这个类的好处主要是通过spring容器来管理servlet filter的生命周期,还有就是如果f
阅读全文
posted @
2021-02-03 18:03
SimpleSmile
阅读(472)
评论(0)
推荐(0)
Ext 重写url请求,对请求做统一处理
摘要:Ext.Ajax.addListener("beforerequest", function(conn, options, eOpts ){ if(options){ var nParam = options.params; if (nParam != undefined) { //将form-da
阅读全文
posted @
2021-02-01 14:06
SimpleSmile
阅读(469)
评论(0)
推荐(0)
linux shell定时任务
摘要:1.用到crontab,需要初始化命令包 yum install vixie-cron yum install crontabs 2.启动服务 systemctl start crond.service 3.编写shell文件 #/bin/sh echo "test" >> /home/app/lo
阅读全文
posted @
2021-02-01 09:59
SimpleSmile
阅读(488)
评论(0)
推荐(0)
公告