Master HaKu
1. 安装SVN服务器软件 2. 在home下创建svn根目录 mkdir /home/svnroot 3. 在 /home/svnroot下创建Project1 , Project 2, Project3 三个项目文件夹,这三个文件夹要存放不同项目的SVN版本库。
如果学过Java和C#的人,这里容易搞混, Objective-C中的@interface关键字是申明类 @interface Circle : NSObject { @private ShapeColor fillColor; ShapeRect bound...
#import // -------------------------------------------------- // constants for the different kinds of shapes and their colors typedef enum {...
#import int main (int argc, const char * argv[]) { FILE *wordFile = fopen ("/tmp/words.txt", "r"); char word[100]; while (...
1. 以守护进程方式启动 进入bin目录 ./mongod 2. 打开客户端 ./mongo 3. 关闭服务 客户端下 db.shutdownServer() 4. 退出客户端 exit
不多说了,看源码 package corejava2.mongo.basic; import java.net.UnknownHostException; import org.bson.
今天在CentOS上安装了MongoDB, 网上查了一些常用命令 1. 超级用户相关: 1. #进入数据库admin use admin 2. #增加或修改用户密码 db.
1. In the my_domain domain structure, expandthe Services tab and select the Data Sources node. In the Data Sources table, clickon New and select Gener...
http://localhost:7001/console
1.环境 centos5.5 2.安装svn yum -y install subversion 3.配置 建立版本库目录 mkdir /www/svndata svnserve -d -r /www/svndata 4.
1. 首先去http://dev.mysql.com/downloads/mysql/5.5.html#downloads站点下载 MySQL-devel-5.5.29-2.linux2.6.i386.
1.查看CentOS自带的JDK是否安装,如果已经安装卸载 #rpm –qa | grep jdk #rpm –qa | grep gcj #yum –y remove java-*-gcj-comat 2.
一、CentOS 修改IP地址 修改对应网卡的IP地址的配置文件 # gedit /etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容 DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOTPRO...
一:使用CentOS常用命令查看cpu more /proc/cpuinfo | grep "model name" grep "model name" /proc/cpuinfo [root@localhost /]# grep "CPU" /proc/cpuinfo model...
很大的原因是防火墙: 通过/etc/init.d/iptables status命令查询是否有打开80端口,如果没有可通过两种方式处理: 1.修改vi /etc/sysconfig/iptables命令添加使防火墙开放80端口(推荐) -A RH-Firewall-1-INPUT -m ...
1. 分区规划 2. 新增根目录分区 3. 新增引导分区 4. 新增swap分区 5. 新增 Home分区 6. 最终分区图
一.
1. 将vmware的两张网卡的IP获得方式设置成自己获取 将vmware的两张网卡的IP获得方式设置成自己获取,很多情况下这两张网卡的IP在安装完vmware时会自动给你一个默认的IP地址,我刚开始做的时候因为这里没有修改所以导致我一直没有成功,后来才发现这里必须去自动获取IP,否则会连接不到路由器的网关,打开网络和网络共享中心,修改这两张网卡的ip获取方式 2.
http://www.codeproject.com/Articles/515253/Service-Oriented-Architecture-and-WCF
A layer of Mappers1 that moves data between objects and a database while keepingthem independent of each other and the mapper itself.
function submitForm() { var url = "/RefRoute/InsertTemplate"; //alert("submit"); var options = { ...
Visual Studio Prompt
E:\Subversion>svnserve -d -r E:\svnroot
public class Destination{public int DestinationId { get; set; }public string Name { get; set; }public string Country { get; set; }public stri...
- Data Annotations are attributes that you apply directly to theclass or properties that you want to affect.
今天看了公司的开发库,发觉里面的人有时候滥用这两个东东,觉得有必要整理一下 window.parent: iframe页面调用父页面对象 a.html 父页面 如果我们需要在b.
svnadmin create projectname
update CCTDB..Area_Infoset ParentStr=b.ParentStrfrom CCTDB..Area_Info a inner join TempArea bon a.AreaId = b.AreaId
1. 基本概念 Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提供动态、数据库驱动网站的速度。
在 Visual Studio中打开你的解决方案,然后选择File -> Source Control -> Change Source Control..., 然后在弹出的"Change Source Control"对话框中Unbind你想要的工程/解决方案就可以了
A web farm is a group of two or more servers used to host the same site. Web farms increase the capacity of a web site, and improve availability by providing fail-over.
svcutil.exe http://服务地址/?wsdl /out:客户端类.cs /config:配置文件.config
(flightServiceClient.Endpoint.Binding as BasicHttpBinding).MaxReceivedMessageSize = int.MaxValue;
今天别人问了我一道复杂的sql面试题, 题目是这样的: --code 价格 时间'0010' 100 '2012-08-01 00:00:00.
1. 什么是REST? Rest的全称是Representational State Transfer, 普通的WCF使用SOAP,而使用REST构建的WCF服务 使用其他数据传输方式,例如JSON Rest的四种操作: GET - Requests a specific re...
我们的服务需要做两件自动的事情,一个是往表格中定时插入数据,另一个就是 往文件中定时插入内容 因此,我们需要做一个工作类,这个类可以是一个抽象类,如下: TaskWorker using System;using System.
今天刚装了SQL Server 2012, 界面和原来2008没什么大的区别 在刚连接的时候出现了点错误,报了"Named Pipe Provider"错误 解决如下: 连接实例应该为: ComputerName\Your Instance 截图如下:
MVC 3 and 4 come with many improvements and several new features in addition tothe new dependency on .
shape.h /* Circle*/namespace G_Shape{ class Circle { public: double calculate_perimeter(double radius); double calcula...
头文件(shape.h): class Circle{public: double calculate_perimeter(double radius); double calculate_area(double radius);private: int radius;}; shape.
类 class Person: def setName(self, name): self.name = name def getName(self): return self.
我们知道, 对于数据库中的一对多关系, 我们在建表的时候, 应该在多表这里建立外键 我们准备这样一个场景, 大学里的系和学生, 一个系有多个学生 Department类和Xml如下: Department.
1. 基本映射常用标签 作为NHibernate这个ORM框架来说: 一个实体类对应的是数据库中的一张表; 类中的一个属性对应表中的一个字段; 一个对象对应的是表中的一条记录。
1. sudo apt-get install build-essential python-dev 2. python 3. 输入: import pymongo 4. 如果没有错误 那么pymongo安装成功
1. 修改Ubuntu下载包路径 sudo gedit /etc/apt/sources.list 在最后一行加入: #mongodb deb http://downloads-distro.
1. 下载客户端jar https://github.com/gwhalin/Memcached-Java-Client 2. 在Eclipse下新建一个小项目 代码如下: package memcached.
1. memcached是什么? memcached 是以LiveJournal 旗下Danga Interactive 公司的Brad Fitzpatric 为首开发的一款软件。现在已成为mixi、hatena、Facebook、Vox、LiveJournal等众多服务中提高Web应用扩展性的重要因素。