Crossing River
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10218
Accepted: 3859
Description
A group of N people wishes to go across a river with only...
分类:
其他好文 时间:
2014-05-09 14:51:43
阅读次数:
257
实例1:updateUSE [数据库名称]GO/****** Object: Trigger
[dbo].[触发器名称] Script Date: 05/08/2014 12:40:25 ******/SET ANSI_NULLS ONGOSET
QUOTED_IDENTIFIER ONGO...
分类:
数据库 时间:
2014-05-09 10:50:54
阅读次数:
481
一、常用编译相关的快捷键1、编译(单个文件) Ctrl+F72、连接 F73、运行
Ctrl+F5二、常用调试相关的快捷键1、GO(全速运行) F52、Stop Debuging(停止运行) Shift+F53、Restart(重新运行)
...
分类:
编程语言 时间:
2014-05-09 10:22:09
阅读次数:
287
CommandActionNotesvim file +54open file and go to
line 54any : command can be run using + on command linevim -O file1 file2open
file1 and file2 side b...
分类:
其他好文 时间:
2014-05-09 10:15:18
阅读次数:
420
1.汇编语言实现,汇编和链接器分别为as86和ld86。代码如下:
.globl begtext,begdata,begbss,endtext,enddata,endbss
.text
begtext:
.data
begdata:
.bss
begbss:
.text
BOOTSEG=0x7c0
entry start
start:
jmpi go,BOOTSEG
go:
mov ax,...
分类:
其他好文 时间:
2014-05-09 06:29:56
阅读次数:
365
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON
GOCREATE PROCEDURE [dbo].[UP_GetRecordByPage] @tblName varchar(255), -- 表名
@fldName varchar(255),...
分类:
其他好文 时间:
2014-05-08 23:36:12
阅读次数:
409
USE [NLISSST]GO/****** Object: StoredProcedure
[SST].[sp_ArbitrationUpdateByID] Script Date: 05/08/2014 10:29:59 ******/SET
ANSI_NULLS ONGOSET QUO...
分类:
其他好文 时间:
2014-05-08 18:50:01
阅读次数:
275
USE [NLISSST]GO/****** Object: StoredProcedure
[SST].[sp_ArbitrationDeleteByID] Script Date: 05/08/2014 10:26:49 ******/SET
ANSI_NULLS ONGOSET QUO...
分类:
其他好文 时间:
2014-05-08 18:46:50
阅读次数:
226
最近看了几个 用 go 写的实现 gmail 发送邮件的程序,发现代码甚是简单。然后仔细研究了一下
smtp 协议,已经相关技术。1.go code调研go 的 "net/smtp"包的两个函数就可以了。func SendMail(addr string, a
Auth, from string, ...
分类:
其他好文 时间:
2014-05-08 06:23:22
阅读次数:
511
今天看了几个小时的django,感觉上手应该不是很难。最近准备开发运维管理系统,这几天的任务就是:1. 先把django环境搭建好2. 制定管理系统的URL3.
制定管理系统的模版4. 把用户登录做好
分类:
其他好文 时间:
2014-05-08 06:16:09
阅读次数:
293