码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Centos 转移了 mysql后无法链接的问题
如果转移了MySQL出现: Can‘t?connect?to?local?MySQL?server?through?socket?‘/var/lib/mysql/mysql.sock‘ 只需要在/etc/my.cnf里加上下面这部分 路径设置为你转移后的mysql路径 [mysql]? socket=/data...
分类:数据库   时间:2015-05-19 22:55:25    阅读次数:292
LeeCode 删除数组中某一特定值的元素,并返回新的数组长度
题目: Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't matter what you leave beyond the new len...
分类:编程语言   时间:2015-05-19 22:44:15    阅读次数:135
SharePoint 2013 创建web应用程序报错"This page can’t be displayed"
错误描写叙述This page can’t be displayed?Make sure the web address http://centeradmin is correct.?Look for the page with your search engine.?Refresh the pag...
分类:Web程序   时间:2015-05-19 22:25:48    阅读次数:192
【LeetCode】Word Search 解题报告
【题目】 Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or ...
分类:其他好文   时间:2015-05-19 19:13:24    阅读次数:121
Google -gson 最全的文档
Gson User GuideAuthors: Inderjeet Singh, Joel Leitch, Jesse WilsonOverviewGson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert...
分类:其他好文   时间:2015-05-19 19:10:51    阅读次数:98
INPA K+CAN with FT232RL Chip for BMW
BMW inpa k can is OBD2 to USB interface for BMW cars, and bmw inpa k can-bus interface allows full diagnose of BMW from 1998 to 2008 cars, building in...
分类:其他好文   时间:2015-05-19 18:55:41    阅读次数:139
How to read out WhatsApp messages with Tasker and react on their content in real time
http://technologyworkroom.blogspot.sg/2013/05/tasker-how-to-read-out-whatsapp.htmlTasker can read out incoming or stored WhatsApp Messages, I used Tas...
分类:移动开发   时间:2015-05-19 18:24:41    阅读次数:285
hdu 4403 爆搜
题意:给一串数字,在其间加入若干加号和一个等号,问使等式成立的方案总数if the digits serial is "1212", you can get 2 equations, they are "12=12" and "1+2=1+2".一看就是搜索,但是不太好写,还是参考了kuang神和这...
分类:其他好文   时间:2015-05-19 18:21:21    阅读次数:196
iphone使用mac上的SOCKS代理
Step 1.Make sure the SOCKS tunnel on your work computer allows LAN connections so your iPhone/iPod Touch can connect to it.ssh -N -g -D 1080 user@doma...
分类:系统相关   时间:2015-05-19 18:16:14    阅读次数:270
PGA
一、PGA PROCESS GLOBAL AREA =====>私有的空间(专用)server process PGA is part of prcess private memory. heap information can be seen in x$ksmpp ...
分类:其他好文   时间:2015-05-19 18:12:56    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!