zend studio 1、安装zend studio 破解 2、安装汉化包 选择Help菜单->Install New Software...在Work with框中复制此地址:http://archive.eclipse.org/technology/babel/update-sit...
分类:
其他好文 时间:
2014-06-25 22:13:53
阅读次数:
281
微软近期Open的职位:JOB TITLE: Senior Software Design EngineerDEPARTMENT: Microsoft Office Division ChinaIMMEDIATE SUPERVISOR: Development Lead/ManagerLocatio...
分类:
其他好文 时间:
2014-06-25 17:58:44
阅读次数:
293
开发+运行第一个Mahout的程序代码:/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file di....
分类:
其他好文 时间:
2014-06-25 14:54:25
阅读次数:
328
Code Simplicity–The Science of Software Development
分类:
其他好文 时间:
2014-06-25 11:48:12
阅读次数:
193
(一)
假设一个class用来表现有理数,允许整数“隐式转换为”有理数似乎很合理。
class Rational{
public:
Rational(int numerator = 0, int denominator = 1); //刻意不为explicit;允许int-to-Rational隐式转换
int numerator()const;
int den...
分类:
编程语言 时间:
2014-06-24 22:30:51
阅读次数:
270
IronCAD Design Collaboration Suite 2012 HF1 14.0 1DVDMentor.Graphics.O-in 3.0 Linux 1DVD Avid Media Composer 6.0.0 MacOSX 1DVD IBM.Rational.Requisitep...
分类:
其他好文 时间:
2014-06-24 20:46:53
阅读次数:
258
科友微电机是Lizcst
Software Lab旗下品牌新秀,专业经营各种微型特种直流电机、微型发电机、微型电机配件、航模车模船模素材、教学科学小制作材料的网店,本店秉承Lizcst
Software Lab一贯质优价廉,星级服务的经营理念,竭诚为广大朋友服务,欢迎经常光临哦~...
分类:
其他好文 时间:
2014-06-24 20:40:59
阅读次数:
248
很久前给Support发Email问能不能在设计期给AdvStringGrid标题加个数字标识,每次我都是自己改代码加上去。这次升级到新版本,没想到加入了这个功能:
功能虽小但是非常实用,很多的事件和函数接口都是用Index的,有了这个就不用费力去对比了。
真心赞一个!...
分类:
其他好文 时间:
2014-06-24 20:05:12
阅读次数:
170
一、stanford trex 简介
http://nlp.stanford.edu/software/tregex.shtml
A java program for identifying patterns in trees
Like regular expressions for strings, b...
分类:
其他好文 时间:
2014-06-24 18:51:30
阅读次数:
344
Apache的配置由httpd.conf文件配置,因此下面的配置指令都是在httpd.conf文件中修改。主站点的配置(基本配置) 基本配置:ServerRoot "/mnt/software/apache2" #你的apache软件安装的位置。其它指定的目录如果没有指定绝对路径,则目录是相对于该目...
分类:
其他好文 时间:
2014-06-24 12:34:06
阅读次数:
167