随笔分类 -  计算机语言片段

使用openssh配置Nginx https代理
摘要:生成秘钥key: $ openssl genrsa -des3 -out server.key 2048 会有两次要求输入密码,输入同一个即可 输入密码 然后你就获得了一个server.key文件.以后使用此文件(通过openssl提供的命令或API)可能经常回要求输入密码,如果想去除输入密码的步骤 阅读全文

posted @ 2021-02-03 13:36 AlphaGo1号 阅读(520) 评论(0) 推荐(0)

ORACLE利用游标批量插入
摘要:begin for cr in ( select x03.xsddhm from xst03 x03 left join kct98 t98 on t98.xsddhm = x03.xsddhm left join kcm07 m7 on t98.kccxdm = m7.kccxdm and t98.kcppai = m7.kcppai ... 阅读全文

posted @ 2019-08-07 11:10 AlphaGo1号 阅读(1991) 评论(0) 推荐(0)

Lua生成log文件
摘要:写了一个简单的lua脚本按照日期每天生成一个log文件,记录请求的body和相关参数 阅读全文

posted @ 2016-05-10 15:08 AlphaGo1号 阅读(3553) 评论(0) 推荐(0)

spring-web工程中的编码设置
摘要:<bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"> <property name="webBindingInitializer"><!-- 日期绑定 --> <bea 阅读全文

posted @ 2016-05-10 14:41 AlphaGo1号 阅读(344) 评论(0) 推荐(0)

导航