码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
POJ 1328 Radar Installation(贪心)
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation, l...
分类:其他好文   时间:2014-09-18 14:53:34    阅读次数:213
HDU 3360 National Treasures
National TreasuresTime Limit : 2000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 3Accepted Submission(s) : 1Font:T...
分类:其他好文   时间:2014-09-18 00:39:42    阅读次数:358
Linux日记Day3---Linux的文件属性与目录配置
Linux最优秀的地方之一,就在于它的多用户、多任务环境。为了让用户具有较安全的管理机制,文件的权限管理是很重要的。Linux通常将文件的访问方式分为分为三个类别,分别是owner/group/other,而且具有read/write/excute等权限。在Linux下面这么多的目录/文件,到底.....
分类:系统相关   时间:2014-09-17 11:53:22    阅读次数:333
Delphi开发Windows服务程序教程<一>
开发步骤:1、New->Other->Service Application2、现在一个服务程序的框架已经搭起来了,打开Service1窗口,有几个属性说明一下:AllowPause:是否允许暂停AllowStop: 是否允许停止Dependencies: 设置服务的依存关系,服务的启动是否依赖于某...
分类:Windows程序   时间:2014-09-17 01:01:31    阅读次数:310
HDU - 2328 Corporate Identity
Description Beside other services, ACM helps companies to clearly state their “corporate identity”, which includes company logo but also other signs, like trademarks. One of such companies is Inter...
分类:其他好文   时间:2014-09-16 20:41:21    阅读次数:309
malloc without free, what happens?
It's per-process. Once your process exits, the allocated memory is returned to the OS for use by other processes (new or existing).To answer your edit...
分类:移动开发   时间:2014-09-16 07:03:00    阅读次数:142
Install TightVNC Server in RHEL/CentOS and Fedora to Access Remote Desktops
Virtual Networking Computing(VNC) is a Kind of remote sharing system that makes it possible to take control of any other computer connected to interne...
分类:数据库   时间:2014-09-15 12:49:28    阅读次数:800
Linux 添加开机启动项的两种方法
1、编辑文件 /etc/rc.local vim /etc/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to...
分类:系统相关   时间:2014-09-14 15:25:57    阅读次数:239
oracle 常用语句
1.castCAST('Other' as NVARCHAR2(30))2.fordeclare v_guid char(32); channelidStrs varchar2(4000):='';begin v_guid:=sys_guid(); --delete temp_sto...
分类:数据库   时间:2014-09-13 15:49:55    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!