会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嘻嘻哈哈
博客园
首页
新随笔
联系
订阅
管理
随笔 - 119
文章 - 0
评论 - 6
阅读 -
28万
上一页
1
···
7
8
9
10
11
12
下一页
2019年5月7日
IE报vuex requires a Promise polyfill in this browser问题解决
摘要: 解决方法 第一步: 安装 babel-polyfill 。 babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 第二步: 在 Webpack/Browserify/Node中使用 在webpack.config.js文件中,使用 替换 参考文档: 1:使用ES6的浏览器
阅读全文
posted @ 2019-05-07 14:51 嘻嘻哈哈的人生
阅读(194)
评论(0)
推荐(0)
2019年4月29日
前后端分离,浏览器上传下载文件
摘要: //后端请求: public ResponseEntity<byte[]> simpleExport() throws BackupsException { try { String filename = path+ name; FileObject fileObject = new FileObj
阅读全文
posted @ 2019-04-29 10:43 嘻嘻哈哈的人生
阅读(2613)
评论(0)
推荐(0)
java调用webservice,restful
摘要: java调用webservice public String redoEsb(String loguid, String user, String comments, String newMsg, String ipLocation) throws Exception {//String redoE
阅读全文
posted @ 2019-04-29 10:22 嘻嘻哈哈的人生
阅读(778)
评论(0)
推荐(0)
2019年2月14日
DISPLAY变量和xhost(原创)
摘要: DISPLAY 在Linux/Unix类操作系统上, DISPLAY用来设置将图形显示到何处. 直接登陆图形界面或者登陆命令行界面后使用startx启动图形, DISPLAY环境变量将自动设置为:0:0, 此时可以打开终端, 输出图形程序的名称(比如xclock)来启动程序, 图形将显示在本地窗口上
阅读全文
posted @ 2019-02-14 10:50 嘻嘻哈哈的人生
阅读(12896)
评论(0)
推荐(0)
2019年1月25日
md5加密 bas64加密
摘要: /** * 获取bas64加密的算法 * @param str * @return */ public static String getBase64(String str) { byte[] b = null; String s = null; try { b = str.getBytes("ut
阅读全文
posted @ 2019-01-25 11:05 嘻嘻哈哈的人生
阅读(728)
评论(0)
推荐(0)
2019年1月21日
listagg within group
摘要: oracle 多行合并成一行: listagg within group 可以和递归方法一起使用查询路径: 例如: SELECT LISTAGG(t.FOLDER_NAME, '/') WITHIN GROUP(ORDER BY LEVEL DESC) AS FOLDER_NAME FROM BAS
阅读全文
posted @ 2019-01-21 17:36 嘻嘻哈哈的人生
阅读(753)
评论(0)
推荐(0)
2019年1月14日
cxf webservice请求https
摘要: 本地java请求https接口,不需要添加证书: 只需要修改配置文件applicationContext-soap-client.xml: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www
阅读全文
posted @ 2019-01-14 09:28 嘻嘻哈哈的人生
阅读(2813)
评论(0)
推荐(0)
http强转https websocket
摘要: 需要在httpd.conf文件最后添加即可: <Directory /> Options FollowSymLinks AllowOverride All RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ h
阅读全文
posted @ 2019-01-14 09:23 嘻嘻哈哈的人生
阅读(1063)
评论(0)
推荐(0)
apache http添加证书转成https
摘要: 使用yum安装的apache。 第一步,需要把准备好的证书上传到服务器。具体位置:/app/cacerts/ 第二步,安装ssl。 命令:yum install mod_ssl openssl 安装完毕后,会自动生成 /etc/httpd/conf.d/ssl.conf 文件。 之后需要重启apac
阅读全文
posted @ 2019-01-14 09:22 嘻嘻哈哈的人生
阅读(1671)
评论(0)
推荐(0)
2019年1月4日
insert into
摘要: 1、 INSERT INTO t1(field1,field2) VALUE(v001,v002); // 明确只插入一条Value 2、 INSERT INTO t1(field1,field2) VALUES(v101,v102),(v201,v202),(v301,v302),(v401,v4
阅读全文
posted @ 2019-01-04 10:37 嘻嘻哈哈的人生
阅读(1524)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
下一页
公告
昵称:
嘻嘻哈哈的人生
园龄:
10年3个月
粉丝:
4
关注:
1
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
点击右上角即可分享