上一页 1 2 3 4 5 6 ··· 10 下一页

2018年1月17日

windows10安装.netframework3.5

摘要: 先挂载,看看挂载到哪个盘了,假设是I盘 然后按住shift 点鼠标右键,打开powershell,运行下面命令: dism.exe /online /enable feature /featurename:netfx3 /Source:I:\sources\sxs 阅读全文

posted @ 2018-01-17 12:31 blbl9527 阅读(114) 评论(0) 推荐(0) 编辑

2018年1月12日

centos7-django(python3)环境搭建!

摘要: 1. 最小化安装centos7 2. 安装epel release 3. 安装python34 4. 安装pip3 5. 通过pip3安装django 6. 坑 epel(extra package for enterprise linux 好像是这样拼写的),是额外的软件源,centos自带的软件 阅读全文

posted @ 2018-01-12 08:59 blbl9527 阅读(152) 评论(0) 推荐(0) 编辑

centos7-django(python3)环境搭建

摘要: 1. 最小化安装centos7 2. 安装epel release 3. 安装python34 4. 安装pip3 5. 通过pip3安装django 6. 坑 epel(extra package for enterprise linux 好像是这样拼写的),是额外的软件源,centos自带的软件 阅读全文

posted @ 2018-01-12 08:59 blbl9527 阅读(94) 评论(0) 推荐(0) 编辑

2018年1月2日

Java线程池

摘要: ``` import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.*; /* ExecutorService instance = Executors.newCachedThreadPool(); | instance.exe... 阅读全文

posted @ 2018-01-02 15:54 blbl9527 阅读(104) 评论(0) 推荐(0) 编辑

2017年12月29日

python设置编码

摘要: ``` import sys sys.getdefaultencoding() #看到默认编码是'ascii' #通常需要的是使用utf8编码,需要这样做: reload(sys) sys.setdefaultencoding("utf8") sys.getdefaultencoding() #but why? python -v #启动解释器,可以看到一个 C:\Python27\... 阅读全文

posted @ 2017-12-29 13:34 blbl9527 阅读(145) 评论(0) 推荐(0) 编辑

2017年11月3日

tomcat在windows下的监测

摘要: 一些老旧的系统部署在了windwos服务器上,而且总是容易挂,新机器申请不到,只能。。 %tomcat%bin下有service.bat的tomcat版本 奇怪的是把tomcat注册为服务之后就不能通过jps、jconsole、jvisualvm、jmap 查看jvm的信息了。 阅读全文

posted @ 2017-11-03 17:09 blbl9527 阅读(119) 评论(0) 推荐(0) 编辑

windows远程桌面不显示本地磁盘

摘要: \\\tsclient\D 在资源管理器输入上面的内容就可以访问本地的D盘,但是前提是连接远程桌面的时候设置了可以访问本地D盘。 阅读全文

posted @ 2017-11-03 14:28 blbl9527 阅读(264) 评论(0) 推荐(0) 编辑

2017年10月18日

laravel-url去掉public

摘要: 把laravel/server.php改名为index.php 并且将public目录下的.htaccess拷贝到Larvael根目下 Ok了 but why? 自己查去吧 阅读全文

posted @ 2017-10-18 15:24 blbl9527 阅读(96) 评论(0) 推荐(0) 编辑

2017年10月15日

web页面的JS部分乱码了!!

摘要: 在引用的地方给出编码即可 阅读全文

posted @ 2017-10-15 10:40 blbl9527 阅读(183) 评论(0) 推荐(0) 编辑

2017年10月8日

抓包工具

摘要: " Wireshark学习笔记——如何快速抓取HTTP数据包" "Fiddler抓取HTTP请求。" 阅读全文

posted @ 2017-10-08 12:33 blbl9527 阅读(107) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 10 下一页

导航


github sina微博 FB