码迷,mamicode.com
首页 >  
搜索关键字:create datafile    ( 30138个结果
github 入门
1 注册github 账号后登陆。2 创建一个新的项目 , 点击Github 首页的右下角 ”New repository“ 按钮填写你的项目名和项目的描述,点击”Create repository“ 按钮创建3 给github 配置ssh 信任关系。Linux 环境要先生成 公钥和秘钥ssh-ke...
分类:其他好文   时间:2014-07-16 22:52:33    阅读次数:191
用相对路径有时居然是这样,,加上<%=basePath%>
用相对路径有时居然是这样,所以还是用绝对路径好点,加上比如create页面的action为ssh/pages/User/create,那么create页面的上的action路径如果为pages/Role/save,那么其实访问后台的路径是为ssh/pages/User/pages/Role/save...
分类:其他好文   时间:2014-07-16 22:51:40    阅读次数:319
电话号码位数字符串匹配
(Message App)The app just take the last 7 digits from a contact, then it does not create a converstion with the name of the contact that you are texti...
分类:其他好文   时间:2014-07-16 21:43:29    阅读次数:203
can't add foreign key in mysql?
1 create table department 2 (dept_name varchar(20), 3 building varchar(15), 4 budget numeric(12,2) check...
分类:数据库   时间:2014-07-16 21:36:29    阅读次数:374
Difference between WCF and Web API and WCF REST and Web Service
The .Net framework has a number of technologies that allow you to create HTTP services such as Web Service, WCF and now Web API. There are a lot of ar...
分类:Windows程序   时间:2014-07-16 21:25:31    阅读次数:315
通过Map 3D API读取线状要素的节点坐标
By Daniel Du 在Map 3D中可以使用Create from Geometry命令把AutoCAD实体转换成Map 3D中的FDO要素,比如可以把AutoCAD的polyline转换成FDO线状要素。 对于只包含直线的AutoCAD polyline,在转成FDO要素后,将是一个MgCu...
分类:Windows程序   时间:2014-07-16 21:24:26    阅读次数:430
mysql操作SQL语句
二、数据库操作SQL语句1、显示服务器上当前存在什么数据库SHOW DATABASES;2、创建名称为rewin的数据库CREATE DATABASE rewin;3、删除名称为rewin的数据库DROP DATABASE rewin;4、选择rewin数据库USE rewin;三、表操作SQL语句...
分类:数据库   时间:2014-07-16 21:09:40    阅读次数:273
Jdbc插入date类型数据到oracle中
导入数据库jar包,路径如下:E:\oracle\product\10.1.0\Db_3\jdbc\lib\ojdbc14.jar建表语句如下:create table t_user(id int primary key,username varchar(40),password varchar(1...
分类:数据库   时间:2014-07-16 20:43:42    阅读次数:486
使用系统存储过程实现的通用 分页存储过程 (转自邹建)
--使用系统存储过程实现的通用分页存储过程(转自邹建)CREATE PROC [dbo].[GetPageData] @sql ntext, --要执行的sql语句@PageCurrent int=1, --要显示的页码@PageSize int=10, ...
分类:其他好文   时间:2014-07-16 20:15:05    阅读次数:148
存储过程 游标 事例
Create PROC [GetPerformance]( @vp varchar(25), @range char(1) , @depetid int , @Q varchar(1), @QBe...
分类:其他好文   时间:2014-07-16 20:13:45    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!