码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
'Basic' attribute type should not be a persistence entity/a container
在使用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
windows 环境安装oracle11g db 或者RAC 防火墙必须要透过的进程,端口
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学习
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
yii2 requirements.php 文件
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
Manage and Create Invoices
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的基本使用方法
TotoiseSVN的基本使用方法在 项目管理实践教程一、工欲善其事,必先利其器【Basic Tools】中,我已经讲解了怎样安装TortoiseSVN。在上面的讲解中已经讲了怎么使用VisualSVN Server了,今天我要讲的是,TortoiseSVN的简单使用方法。一、签入源代码到SVN服务...
分类:其他好文   时间:2014-11-07 14:26:24    阅读次数:229
HTTP Basic Authorization
在HTTP中,Basic Authorization基本认证是一种用来允许Web浏览器或其他客户端程序在请求时提供用户名和口令形式的身份凭证的一种登录验证方式。在发送之前是以用户名追加一个冒号然后串接上口令,并将得出的结果字符串再用Base64算法编码。例如,提供的用户名是Aladdin、口令是op...
分类:Web程序   时间:2014-11-06 21:35:43    阅读次数:274
Boost Log 基本用法
Boost Log 基本用法 flyfish 2014-11-5 根据boost提供的代码示例,学习Boost Log 的基本用法 前提 boost版本boost_1_56_0 示例代码文件夹 boost_1_56_0\libs\log\example\basic_usage 使用的单词很形象,整个过程就像流水一样 假设要输出的日志比作水   水    ...
分类:其他好文   时间:2014-11-05 21:31:00    阅读次数:691
login name Y user name
longin name means the ID you login in the DB.user name is totally not a name just like login name,basic on the "image " user name more like a passpwor...
分类:其他好文   时间:2014-11-05 21:24:24    阅读次数:222
项目管理实践教程一、工欲善其事,必先利其器【Basic Tools】
今天,我们首先安装一些必须的软件,主要有下面的4个,其中软件1和2使用在服务器机上,软件3和4安装在客户端机上。另外,我们还有用到MSBuild、RoboCopy、WebDeployment等等,在下面的文章中用到的时侯,我会介绍给大家。 软件最新版本简单说明1VisualSVN Server1.6...
分类:其他好文   时间:2014-11-05 16:46:00    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!