码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Delphi WebService 的编写、调试、发布(IIS)、调用
下面说明如何编写用于IIS发布的ISAPI类型的WebService。1、 New|Other|WebServices|SOAP Server Application|这里先选择建立Web App Debugger 类型的WebService,因为这种类型的WebService便于调试,当我们调试好 ...
分类:Windows程序   时间:2016-04-18 00:51:00    阅读次数:342
补番计划 (长沙理工大学第十一届程序设计竞赛)(双端队列+set容器+string)
补番计划 Time Limit : 4000/2000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 8   Accepted Submission(s) : 1 Font: Times New Roman | Verdana | Georgia Font Si...
分类:其他好文   时间:2016-04-17 23:03:48    阅读次数:211
用Eclipse追PostgreSQL源码
1、安装编译好的PostgreSQL(见Eclipse编译PostgreSQL 9.2.2)。2、在Eclipse上打开Make Target 视图(Window->Show View->Other->Make->Make Target)。右键本工程,选择New,创建一个名字install。 3、安装: 1)双击install。 2)等待一小会儿,在控制台窗口显示PostgreSQL in...
分类:数据库   时间:2016-04-17 23:00:04    阅读次数:376
用Maven创建第一个项目
1.在Eclipse左侧的空白处点击鼠标右键,选择:New>Other : 2.选择Maven项目,点击"Next"按钮: 3.保持默认,直接点击“Next”按钮: 4.选择maven的webapp项目,点击“Next”按钮: 5.输入Grou Id(如:net.quickcodes.demo)和A ...
分类:其他好文   时间:2016-04-17 06:33:09    阅读次数:137
MYSQL LOCK IN SHARE MODE&FOR UPDATE
SELECT ... LOCK IN SHARE MODE sets a shared mode lock on the rows read. A shared mode lock enables other sessions to read the rows but not to modify t ...
分类:数据库   时间:2016-04-16 18:17:52    阅读次数:198
260. Single Number III
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:其他好文   时间:2016-04-14 20:51:39    阅读次数:143
Linux权限设置
权限管理owner属主group属组chown修改属主chmod修改权限属主(owner)属组(group)其它(other)常用的权限有三种简称为rwxread读write写execute执行文件:r:可以使用内容查看类的命令来显示文件保存的内容catmoreless等等w:可以编辑文件里面的内容x:可以将其发起一个进程运行目录:..
分类:系统相关   时间:2016-04-14 18:08:28    阅读次数:223
Android 开源项目android-open-project解析之(四) ColorPickView,GraphView,UI Style,Other
十三、ColorPickView ColorPickerView 颜色选择器,支持PopupWindows或新的Activity中打开 项目地址:https://code.google.com/p/color-picker-view/ 效果图: HoloColorPicker 颜色选择器 项目地址: ...
分类:移动开发   时间:2016-04-14 09:31:18    阅读次数:323
[RxJS] Creation operators: fromEventPattern, fromEvent
Besides converting arrays and promises to Observables, we can also convert other structures to Observables. This lesson teaches how we can convert any ...
分类:Web程序   时间:2016-04-14 01:22:55    阅读次数:231
linux开机启动smb服务
修改/etc/rc.local文件(增加红色部分) [root@localhost ~]# cat /etc/rc.local #!/bin/sh## This script will be executed *after* all the other init scripts.# You can ...
分类:系统相关   时间:2016-04-13 23:42:35    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!