app store 安装软件时发生错误解决办法:1. 进入如下目录:sh-3.2# cd Library/Application\ Support/App\ Store/sh-3.2# pwd/Users/osxlinux/Library/Application Support/App Stores...
分类:
移动开发 时间:
2014-10-05 05:43:49
阅读次数:
301
文件目录操作命令+++++文件目录操作命令+++++++++++++++++++++++++++++++ls cd pwd mkdir rm rmdir mv cp touch cat nl more less head tail+++++++++++++++++++++++++++++++=============ls==============ls [选项] [目录] 查看目录信息参考:htt...
分类:
系统相关 时间:
2014-09-30 00:48:06
阅读次数:
288
Linux下获取用户信息和主机信息程序 程序代码: #include?<stdio.h>
#include?<stdlib.h>
#include?<unistd.h>
#include?<sys/types.h>
#include?<pwd.h>
#include?<sys/utsname.h>
void?main()
{
???...
分类:
系统相关 时间:
2014-09-29 16:59:21
阅读次数:
267
在src 目录下建立configs.propertiesbackup.host = 192.168.1.6backup.user = rootbackup.pwd =pwd建立静态类:package com.ly.jxc.util;import java.io.IOException;import ...
分类:
编程语言 时间:
2014-09-29 13:44:50
阅读次数:
167
ROOT = $(shell pwd) 获得Makefile的当前路径$(shell find $(SRC_DIR) -name '*.h') #寻找SRC_DIR所代表目录下的所有名字后缀为.h的头文件 $(sort $(foreach i, $(INC_DIR), -I$(i))) #对IN.....
分类:
其他好文 时间:
2014-09-29 12:23:40
阅读次数:
202
软件包的位置[root@esxi2v02soft]#pwd/soft需要安装的软件包[root@esxi2v02soft]#lltotal203756-rw-r--r--1rootroot6697806Apr116:02apache-tomcat-6.0.35.tar.gz-rw-r--r--1rootroot7459741Apr116:02apache-tomcat-7.0.23.tar.gz-rw-r--r--1rootroot18673640Apr116:02connect-..
分类:
数据库 时间:
2014-09-28 17:58:16
阅读次数:
142
private int CheckSecurity(string pwd){ return Regex.Replace(pwd, "^(?:([a-z])|([A-Z])|([0-9])|(.)){6,}|(.)+$", "$1$2$3$4$5").Length;}在网上看过很多种验证密码强度...
分类:
其他好文 时间:
2014-09-27 10:51:09
阅读次数:
167
??
手工编译fmb文件:
frmcmp userid=user/pwd@db module=xxx.fmb batch=no module_type=form compile_all=yes
编译mmb文件:
frmcmp userid=user/pwd@db module=xxx.mmb batch=no module_type=menu compile_all=yes
编译...
分类:
其他好文 时间:
2014-09-25 23:02:18
阅读次数:
200
① ls 默认显示当前目录下的文件 显示当前在哪个目录 使用命令pwd (printing working directory) 所以ls 和 ls /root 显示的效果是一样的 ② ls –l 显示文件的完整信息 Linux的文件类型:简介 -:普通文件 ...
分类:
系统相关 时间:
2014-09-24 00:12:15
阅读次数:
420
最近学习php,学了几天,写了一个DBhelper类,贴出代码,(不足之处可以拍砖)mysqli=new mysqli(self::$host,self::$user,self::$pwd,self::$dbname) or die('数据库链接出错:'.$this->mysqli-...
分类:
数据库 时间:
2014-09-22 19:53:03
阅读次数:
198