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






世事浮云

 
 

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

2018年8月24日

测试服务器超过离线时长
摘要: 正式服务器绝对不能操作 1、未开具发票退回报税盘 2、税控盘重新发行 3、备份 /home/nisec/xjdata/核心板编号 4、删掉 /home/nisec/xjdata/核心板编号 5、分发回发票 阅读全文
posted @ 2018-08-24 10:40 世事浮云 阅读(165) 评论(0) 推荐(0)
 

2018年8月19日

shell 脚本传参
摘要: 在 shell 中我们会见到 $0、$1、$2这样的符号,这是什么意思呢? 简单来说 $0 就是你写的shell脚本本身的名字,$1 是你给你写的shell脚本传的第一个参数,$2 是你给你写的shell脚本传的第二个参数 比如你新建了一个shell脚本 Test.sh, 内容如下: 保存退出后,你 阅读全文
posted @ 2018-08-19 17:08 世事浮云 阅读(305) 评论(0) 推荐(0)
 

2018年8月14日

Excel添加下拉菜单
摘要: 一、选中需要下拉菜单的单元格 二、数据--数据校验 三 、选择序列,填写来源 四、保存 阅读全文
posted @ 2018-08-14 16:37 世事浮云 阅读(228) 评论(0) 推荐(0)
 
Excel 整个列数字转换成文本
摘要: 选中该列 数据 分列 下一步 到步骤三 列数据格式 勾选"文本" 完成。 阅读全文
posted @ 2018-08-14 16:29 世事浮云 阅读(941) 评论(0) 推荐(0)
 

2018年8月12日

Keil 报错汇总
摘要: main.c(6): warning: #1-D: last line of file ends without a newline 解决:main.c 最后一行加回车就可以了。 keil中文注释出现乱码怎么解决 解决:keil–edit–configuration中encoding改为chines 阅读全文
posted @ 2018-08-12 18:51 世事浮云 阅读(382) 评论(0) 推荐(0)
 

2018年8月10日

mysql 数据导出
摘要: 参考文章 windowos: select * from pj_zzspdz_fpmx order by kprq desc LIMIT 0,1000000 into outfile 'd:\fpmx.xls' ; linux :gb文件夹需要赋予权限 select * from pj_zzspdz 阅读全文
posted @ 2018-08-10 15:41 世事浮云 阅读(216) 评论(0) 推荐(0)
 

2018年8月5日

Stm32 资料
摘要: http://i.youku.com/i/UODMyMTgwNTY=?spm=a2hzp.8253869.0.0 http://blog.sina.cn/dpool/blog/s/blog_14f6592880102ya44.html http://blog.sina.com.cn/s/blog_5 阅读全文
posted @ 2018-08-05 12:26 世事浮云 阅读(130) 评论(0) 推荐(0)
 

2018年7月28日

解决C3P0在Linux下Failed to get local InetAddress for VMID问题
摘要: 解决C3P0在Linux下Failed to get local InetAddress for VMID问题 FailedtogetlocalInetAddressforVMID.Thisisunlikelytomatter.Atall.We'lladdsomeextrarandomnessjav 阅读全文
posted @ 2018-07-28 18:06 世事浮云 阅读(339) 评论(0) 推荐(0)
 
tomcat 启动报错 Invalid character found in method name. HTTP method names must be tokens
摘要: 解决:Invalid character found in method name. HTTP method names must be tokens 阿里云上弄了一个tomcat,经常半夜发送崩溃,查看日志发现这个东西,查阅资料发现是Tomcat的header缓冲区大小不够,只需要在server. 阅读全文
posted @ 2018-07-28 18:03 世事浮云 阅读(10434) 评论(0) 推荐(0)
 
ssh问题:ssh_exchange_identification: Connection closed by remote host
摘要: ssh问题:ssh_exchange_identification: Connection closed by remote host... 刚刚一个朋友告诉我SSH连接不上服务器了,重启电脑也不管用.我仔细看了一下,老报如下错误: ssh_exchange_identification: Conn 阅读全文
posted @ 2018-07-28 18:02 世事浮云 阅读(34461) 评论(1) 推荐(1)
 
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页