- 军军小站|张军博客
搜索到与相关的文章
编程技术

pycharm3.4 下svn 项目checkout&配置

pycharm社区版:3.41.checkout项目注意,之前配置好:设置里面的一些配置:(以下勾勾不要勾上)2.checkout项目之后,做以下操作:vcs->enablesubversionversioncontrol(这步很关键,否则无法在pycharm里面checkin代码。)pycharm3.4下svn项目checkout&配置

系统 2019-08-12 01:32:41 2580

Ubuntu

一台Ubuntu server上安装多实例MySQL

受环境所迫,在一台Ubuntuserver上安装多个实例MySQL。手动安装MySQL环境:Ubuntuserver11.1064bit+mysql-5.5.17-linux2.6-x86_64.tar.gzhttp://www.iteye.com/topic/976422http://xgbjmxn.iteye.com/blog/1207344http://www.cnblogs.com/wuhou/archive/2008/09/28/1301071.

系统 2019-08-12 01:32:21 2580

SqlServer

Missing Indexes in SQL Server 2005

ThereareseveralnewfeaturesinSQLServer2005.Thereareafewfeaturestohelpfindmissingindexes,whicharesomeoftheverygoodones.Howgreatitwillbeifyouknowwhatindexesyouneedtocreatebasedonyourworkload?InSQLServer2000,wehadtouseSQLProfilertrace

系统 2019-08-12 01:32:18 2580

操作系统

shell--函数返回值

#!/bin/bashfunctionmyfun(){echo"echoresult"return0}returnValue=$(myfun)echo"${returnValue}"这里returnValue得到的并不是0,而是"echoresult",想要得到function内的return值,要用$?输出:$bash-xtest.sh++myfun++echo'echoresult'++return0+returnValue='echoresult'+

系统 2019-08-12 01:32:04 2580

各行各业

configure/make/make install的作用

configure/make/makeinstall的作用_骨骨学习笔记_百度空间configure/make/makeinstall的作用这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。makeinstall是用来安装的

系统 2019-08-12 01:31:46 2580

编程技术

(二)、edtFTPj FileTransferClient

edtFTPj的FileTransferClient类简单易用,而且下载的组件包中文档丰富,参考使用,完全能满足自己需要。下载地址为:http://www.enterprisedt.com/index.html废话不多说,上代码:Java代码publicclassEdtFtpFreeTest{publicstaticvoidmain(String[]args){Stringftp_url="127.0.0.1";Stringftp_username="us

系统 2019-08-29 23:46:11 2579

编程技术

Flex 3 布局容器学习笔记

赖勇浩(http://laiyonghao.com)国庆期间,做了不少基于flex的开发工作,对flex的布局容器有了进一步深入的理解,也找到不少非常棒的文章,分享到这里方便一下大家。很好的文章Flex3界面布局教程(1)http://blog.chinaunix.net/u/21684/showart_691988.htmlFlex3界面布局教程(2)http://blog.chinaunix.net/u/21684/showart_692022.htm

系统 2019-08-29 23:43:40 2579

SqlServer

sqlserver waitfor time 延迟函数的用法

SQL有定时执行的语句WaitFor,可以写到一个存储过程中再执行一次语法:WaitFor{Delay'time'|Time'time}Delay后面的时间为延迟多少时间执行Time后面的时间为指定何时执行,格式为"HH:MM:SS",不支持日期例:------指定10:00执行Beginwaitfortime'10:00'select*fromtablenameend-----指定等待1小时后执行beginwaitfordelay'1:00'select

系统 2019-08-29 22:40:08 2579

各行各业

namenode启动参数

namenode启动参数:-Xmx153600m-Xms153600m-Xmn4096m-verbose:gc-Xloggc:$LOG_DIR/namenode.gc.log-XX:ErrorFile=$LOG_DIR/hs_err_pid.log-XX:+PrintGCDateStamps-XX:+PrintGCDetails-XX:+HeapDumpOnOutOfMemoryError-XX:+UseConcMarkSweepGC-XX:CMSInit

系统 2019-08-12 09:27:29 2579

各行各业

PAT 1056 Mice and Rice

#include#include#include#include#includeusingnamespacestd;list::iteratorgroup_pick(list&player,list::iterator&cur,intgroup_size,vector&W){intwmax=INT_MIN;list::itera

系统 2019-08-12 09:27:29 2579