>>添加环境变量 把MySQL Server的bin目录添加到系统path中.>>MySQL启动和停止命令 net start mysql56 net stop mysql56>>连接MySQL服务器 在服务器本机上连接:mysql -u+用户名 -p+密码 mysql -h localh...
分类:
数据库 时间:
2015-05-05 21:25:00
阅读次数:
166
1、设置ORACLE_SID环境变量:setORACLE_SID=p2p以sid为p2p的数据库为例,不设置会报错:UNQNAME未设置。2、启动服务:emctlstartdbconsole
分类:
数据库 时间:
2015-05-05 16:54:48
阅读次数:
164
·PowerShellJobOverviewThistopicexplainshowtorunbackgroundjobsinWindowsPowerShellonalocalcomputer.Forinformationaboutrunningbackgroundjobsonremotecomputers,seeabout_Remote_Jobs.Whenyoustartabackgroundjob,thecommandpromptreturnsimmediately,evenifthejobtakesa..
分类:
系统相关 时间:
2015-05-05 16:44:35
阅读次数:
144
方法一:本地安装安卓模拟器,用LR选择模拟器录制方式录制方法二:手机真机需要root,可以在电脑上下载一键root工具(如卓大师),然后手机和电脑用数据线连接,然后root。在手机上运行 Mobile Recorder按 “Start Recording”开始录制切换到你们的手机客户端,完成正常的操...
分类:
其他好文 时间:
2015-05-05 16:06:31
阅读次数:
346
先看代码, package reflect;//Class Wordpublic class Word implements OfficeAble{ public static void main(String[] args){ } public void start(){ System...
分类:
编程语言 时间:
2015-05-05 15:53:43
阅读次数:
854
三星公司提供的图片采集程序源码是这个:/***************** Capture Thread *****************/
void capture_thread(void)
{
int start, ret;
int key; start = 1;
ret = ioctl(cam_c_fp, VIDIOC_STREAMON, &start);...
分类:
其他好文 时间:
2015-05-05 14:31:44
阅读次数:
166
一.配置Tomcat 服务器 1.下载 tomcat 2.解压后放到/usr/local目录下面 3.以root权限执行 chmod +x *.sh 4.启动./startup.sh#方式1./catalina.sh start#方式2 5.关闭./shutdown.sh #方式1./ca...
分类:
Web程序 时间:
2015-05-05 14:01:01
阅读次数:
179
1、设置字符编码 输入命令: [root@localhost ~]# vi /etc/my.cnf 最后一行加入:default-character-set=utf8,保存! 2、启动mysql服务: 输入命令: [root@localhost ~]# service mysqld start 返回一下信息则表...
分类:
数据库 时间:
2015-05-05 12:53:06
阅读次数:
201
Binary Search:二分查找实现方式:recursive or iterative注意问题,终止循环条件,移动start,end时边界值,start = mid,end = midTemplate:1. 在排序的数组中找A[i] == i的index,有重复元素存在. (cc150 Ques...
分类:
其他好文 时间:
2015-05-05 08:50:23
阅读次数:
163
START–MODERNMINIMALISTOPENCART2.X自适应主题模板ABC-0573-04TwoOpenCartversionssupported:1.5.5.xand1.5.6.xCrossbrowserscompatibility:IE9,IE10,IE11Firefox,Safari,OperaandChromeTwoproductdisplaymodesincategory–ListandGirdCustomCSSfile,CustomCSS,CustomJSSearch..
分类:
其他好文 时间:
2015-05-05 06:37:35
阅读次数:
128