MemberToday’s WorkTomorrow’s WorkFeng NieUI web coding(javascript) Finish basic UI codingLijun WuUI desiign(html,css) Icon designManni WangUpdate dail...
分类:
其他好文 时间:
2014-11-11 10:38:44
阅读次数:
207
BFS is faster to find shortest path from root to leaf node of a tree. But the tradeoff is to use more memory.the basic trategy is to maintain a list t...
分类:
编程语言 时间:
2014-11-11 07:03:12
阅读次数:
259
几道水题,练习一下JAVA写大数 poj2305 Basic remains 大数可以直接用非十进制读入,读入的数在变量中是十进制的 输出的时候要先用BigInteger的toString方法转换为相应的进制 1 import java.math.*; 2 import java.ut...
分类:
编程语言 时间:
2014-11-08 23:24:05
阅读次数:
254
在使用IDEA进行HIbernate开发时,从datasource得到的实体映射并不理想,需要手动更改。
在向实体类添加属性的Setter时,暂时会有红色tip:'Basic' attribute type should not be a persistence entity
或者 'Basic' attribute type should not be a container。
然...
分类:
其他好文 时间:
2014-11-08 19:43:07
阅读次数:
2019
1、Firewall Exceptions for Oracle Database
For basic database operation and connectivity from remote clients, such as SQL*Plus, Oracle Call Interface (OCI), Open Database Connectivity (ODBC), Object L...
分类:
数据库 时间:
2014-11-07 22:10:45
阅读次数:
305
python 中exception,class 学习instroduction:Object2 = Object1 ( like java)if Object1 is class object , then copy by reference;if Object1 is basic type, th...
分类:
编程语言 时间:
2014-11-07 20:29:45
阅读次数:
181
yii-basic-app-2.0.0\basic
requirements.php 文件
程序必要条件检查脚本。
检查框架目录
如果不存在报错误信息
if (!is_dir($frameworkPath)) {
引入检查类
require_once($frameworkPath . '/requirements/YiiRequirementChecker.php');
...
分类:
Web程序 时间:
2014-11-07 17:08:34
阅读次数:
197
Click ‘Navigator’ button, and select ‘Invoices’ under ‘Payables’, we can create and manage invoices.
Before we create a new invoice, we need to know some related basic knowledge for invoice. Invoice ...
分类:
其他好文 时间:
2014-11-07 14:50:06
阅读次数:
247
TotoiseSVN的基本使用方法在 项目管理实践教程一、工欲善其事,必先利其器【Basic Tools】中,我已经讲解了怎样安装TortoiseSVN。在上面的讲解中已经讲了怎么使用VisualSVN Server了,今天我要讲的是,TortoiseSVN的简单使用方法。一、签入源代码到SVN服务...
分类:
其他好文 时间:
2014-11-07 14:26:24
阅读次数:
229
在HTTP中,Basic Authorization基本认证是一种用来允许Web浏览器或其他客户端程序在请求时提供用户名和口令形式的身份凭证的一种登录验证方式。在发送之前是以用户名追加一个冒号然后串接上口令,并将得出的结果字符串再用Base64算法编码。例如,提供的用户名是Aladdin、口令是op...
分类:
Web程序 时间:
2014-11-06 21:35:43
阅读次数:
274