• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






世事浮云

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 7 8 9 10 11 12 13 下一页

2018年7月10日

java.lang.StringIndexOutOfBoundsException: String index out of range: 0
摘要: hibernet 报错 java.lang.StringIndexOutOfBoundsException: String index out of range: 0 处理方法 数据表字段为char导致,修改为VARCHAR. 建表时不要使用char类型,为null就会报以上错误 阅读全文
posted @ 2018-07-10 14:35 世事浮云 阅读(17620) 评论(0) 推荐(1)
 

2018年6月28日

linux下卸载自带的JDK和安装想要的JDK
摘要: 卸载 1、卸载用 bin文件安装的JDK方法: 删除/usr/java目录下的所有东西 2、卸载系统自带的jdk版本方法: 查看自带的jdk: #rpm -qa | grep gcj 看到如下信息: libgcj-4.1.2-44.el5 java-1.4.2-gcj-compat-1.4.2.0- 阅读全文
posted @ 2018-06-28 19:43 世事浮云 阅读(272) 评论(0) 推荐(0)
 

2018年6月24日

openssl 生成证书
摘要: nginx生成证书,一共四步 1) 生成RSA私钥 (会要求输入至少4位密码)# openssl genrsa -des3 -out private.key 2048 # 2) 根据已生成的RSA私钥输出无加密的私钥(输入第1步输入的密码。这步可以跳过,以后要给nginx使用,每次reload ng 阅读全文
posted @ 2018-06-24 08:50 世事浮云 阅读(466) 评论(0) 推荐(0)
 

2018年6月23日

Linux 安装nginx 及配置
摘要: 安装openssl库 # yum install -y openssl openssl-devel 安装gcc # yum install -y gcc-c++ 安装 PCRE # yum install -y pcre pcre-devel 安装zlib库 # yum install -y zli 阅读全文
posted @ 2018-06-23 23:37 世事浮云 阅读(1070) 评论(0) 推荐(0)
 

2018年6月22日

设置指定打印机端口打印
摘要: net use lpt1: \\computer\usbprinter (:后面有个空格) 阅读全文
posted @ 2018-06-22 11:10 世事浮云 阅读(289) 评论(0) 推荐(0)
 

2018年6月21日

linux 挂载磁盘
摘要: 挂在磁盘操作(还有一个300G的盘没显示出来): [root@iZgo67bo9s3uaijzqrgbaxZ ori]# df -h Filesystem Size Used Avail Use% Mounted on /dev/hda1 39G 12G 26G 32% / tmpfs 4.0G 0 阅读全文
posted @ 2018-06-21 12:57 世事浮云 阅读(1515) 评论(0) 推荐(0)
 

2018年5月20日

windows 允许空密码登陆
摘要: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa 这个注册表键值下的limitblankpassworduse项 修改为0或者1 阅读全文
posted @ 2018-05-20 23:01 世事浮云 阅读(416) 评论(0) 推荐(0)
 

2018年5月2日

税控服务器加固
摘要: 1、对税控服务器进行配置增强 运行加固脚本“run.sh”,对税控服务器安全配置进行增强。具体方法如下: a) 将run.sh复制到税控服务器任何一个目录下。 b) 修改run.sh文件权限:> chmod 777 run.sh。 c) 运行脚本文件run.sh进行加固:> sh ./run.sh。 阅读全文
posted @ 2018-05-02 17:18 世事浮云 阅读(584) 评论(0) 推荐(0)
 

2018年4月27日

文字在线转图片二维码的公用API接口
摘要: 在线生成网址二维码的API接口: 1.百度网盘(可使用https) http://pan.baidu.com/share/qrcode?w=150&h=150&url=http://www.xsyrz.cn 2.iClick接口 (无https) http://bshare.optimix.asia 阅读全文
posted @ 2018-04-27 10:09 世事浮云 阅读(1472) 评论(0) 推荐(0)
 

2018年4月25日

公司业务系统维护
摘要: 阅读全文
posted @ 2018-04-25 09:57 世事浮云 阅读(119) 评论(0) 推荐(0)
 
上一页 1 ··· 7 8 9 10 11 12 13 下一页