今天一同事使用SSMS 2012 连接数据库时,遇到了“provider:SSL Provider,error:0-等待的操作过时”,搜索了一下,遇到一哥 们也遇到这个问题:SQLServer 2012 已成功与服务器建立连接,但是在登录前的握手期间发生错误。 (provider: SSL Prov...
分类:
其他好文 时间:
2015-08-05 12:39:00
阅读次数:
415
早上突然发现我的虚拟机上的WEB应用访问不了了,后台检查httpd服务,无法启动,出现一行提示:①starting httpd: httpd: Syntax error on line 163 of /etc/httpd/conf/httpd.conf:②Cannot load /etc/httpd...
分类:
Web程序 时间:
2015-08-05 11:58:35
阅读次数:
188
I encountered this error after installing Intellij IDEA Ultimate 14.1 and opening an existing Android project I had created using Android Studio. It turns out I just had to add the Android SDK to m...
分类:
移动开发 时间:
2015-08-05 10:52:32
阅读次数:
1305
参考之前的hive测试步骤一一执行。 hive> drop table sansom; FAILED: Error in metadata: org.apache.thrift.transport.TTransportException FAILED: Execution Error, return code 1 from org.apache.hadoop.hi...
分类:
其他好文 时间:
2015-08-05 10:50:35
阅读次数:
322
调用到 curl_init()的php页面提示:
Fatal error:
Call to undefined function curl_init() in E:\PHPCMS\Cms\www.aerchi.com\kuaiji\weixin.php on line 196
如图:
首先, 在 php.ini 文件中开启
extension=php_curl.d...
分类:
Web程序 时间:
2015-08-05 10:32:03
阅读次数:
162
A.nodejs的console有很多种类型: console.log(1),console.error(2),console.dir(3),console.time(4),console.timeEnd(5),console.trace(6).console.asstert(7). 眼花了吧,.....
分类:
Web程序 时间:
2015-08-05 00:39:27
阅读次数:
303
安装完kibana直接就可以访问,这样不利于安全,接下来我们利用apache的密码认证进行安全配置apache配置文件如下:<VirtualHost*:8080>
DocumentRoot/data/kibana
ServerNamelocalhost
ErrorLog"/data/kibana/logs/kibana-error.log"
CustomLog"/data/kibana/logs/kibana-..
分类:
Web程序 时间:
2015-08-04 23:19:33
阅读次数:
452
问题描述:mysql-uroot-p命令登录MySQL,提示ERROR1045(28000):Accessdeniedforuser‘root‘@‘localhost‘(usingpassword:YES)解决办法:information_schema库的USER_PRIVILEGES表中没有给‘root‘@‘localhost‘赋权。mysql>GRANTALLPRIVILEGESON*.*TO‘root‘@‘localhost‘IDENTIFIE..
分类:
数据库 时间:
2015-08-04 23:19:19
阅读次数:
283
#!/usr/bin/perlusestrict;useFile::Slurp;useProc::Fork;my$code=read_file(‘./dig.pl‘);while(1){run_fork{child{eval($code);if($@){ERROR$@;}exit;}parent{my$childPid=shift;waitpid$childPid,0;}};sleep1800;}
分类:
系统相关 时间:
2015-08-04 23:16:57
阅读次数:
190
猜数字#!/usr/bin/envpython#coding:utf-8importrandomnum=random.randint(0,9)whileTrue:user_num=raw_input("pleaseinputanum:")user_num=int(user_num)ifuser_num==num:print‘success‘foriinrange(1,8):print‘*‘*ibreakelse:print‘error‘2.创建文件夹#!/usr/bin/envpython#c..
分类:
其他好文 时间:
2015-08-04 23:15:35
阅读次数:
180