码迷,mamicode.com
首页 >  
搜索关键字:ice    ( 9476个结果
idea IntelliJ IDEA 2016.2破解
从2016-08-06开始全面切到HTTPS访问模式,而IntelliJ IDEA的License server不支持HTTPS访问,所以本博客将IntelliJ IDEA的在线注册码生成页面转到了http://idea.iteblog.com;新的License server地址为:http:// ...
分类:其他好文   时间:2016-11-15 10:27:45    阅读次数:136
centos关闭防火墙
Centos7 关闭防火墙 CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.serv ...
分类:其他好文   时间:2016-11-15 08:12:39    阅读次数:231
如何查看apache,php,mysql的编译参数
...
分类:数据库   时间:2016-11-14 17:47:20    阅读次数:201
php错误的处理
错误的分类 通常分3种: 语法错误: 程序运行之前,都要先检查语法。如果语法有错误,就会立即报错,并且不会去执行程序。 运行时错误: 就是在程序语法检查通过后,,开始运行程序并在此过程中遇到的错误。常见的有3中: 提示性错误: 警告性错误: 致命错误: 逻辑错误: 指的是,程序本身可以正常执行,没有 ...
分类:Web程序   时间:2016-11-14 17:22:53    阅读次数:299
Socket 异步通信示例
这个项目是一个控制台应用程序: 服务器端:using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; // State object for reading ... ...
分类:其他好文   时间:2016-11-14 17:15:25    阅读次数:170
web性能测试的新利器 - Gatling 介绍
转载:http://www.51testing.com/html/10/26810-852956.html 最近发现了一个新的性能测试工具Gatling,貌似比Jmeter还好玩。这几天就先简单介绍一下。 该开源项目的地址是:https://github.com/excilys/gatling/wi ...
分类:Web程序   时间:2016-11-14 16:55:36    阅读次数:188
VS 插件ReSharper10 破解注册方法(转)
ReSharper 10.0.0.1 Ultimate 完美破解补丁使用方法,本资源来自互联网,感谢吾乐吧软件站的分享。 ReSharper是一款由jetbrains开发的针对C#, VB.NET, ASP.NET, XML, 和 XAML的编辑器。沿袭了jetbrains开发工具一贯的优良传统,R ...
分类:其他好文   时间:2016-11-14 15:40:12    阅读次数:231
POJ2484 A Funny Game[博弈论]
A Funny Game Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5401 Accepted: 3381 Description Alice and Bob decide to play a funny game. At ...
分类:其他好文   时间:2016-11-14 15:04:50    阅读次数:208
ffmpeg只使用h264编译参数
--disable-everything --enable-decoder=h264 --enable-demuxer=h264 --enable-parser=h264 --disable-ffplay --disable-ffmpeg --disable-ffprobe --disable-ne ...
分类:其他好文   时间:2016-11-14 12:51:11    阅读次数:195
mysql ERROR 1045 (28000): 错误解决办法
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO) ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (usin ...
分类:数据库   时间:2016-11-14 12:04:03    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!