http://webdesignledger.com/inspiration/40-excellent-examples-of-single-page-websiteshttps://onepagelove.com/http://www.awwwards.com/websites/single-pa...
分类:
其他好文 时间:
2015-03-12 00:47:05
阅读次数:
161
ORA-01427: 单行子查询返回多个行sql语句如下:select h.operator, to_char(h.operate_tm, 'yyyy-mm-dd hh24:mi:ss') operate_tm, (select t.res_label name from sysmngdba.res...
分类:
数据库 时间:
2015-03-11 19:17:22
阅读次数:
208
Xcode6 下实现界面切换
1.新建一个工程T Xcode ——> File——>New--->Project--->Single View Application
2. 添加一个三个Cocoa Touch Class 基类为UIViewController类,SwitchViewController、FirstViewController、SecondViewControl...
分类:
其他好文 时间:
2015-03-11 14:47:01
阅读次数:
126
Java提供了3种类型的注释:单行注释(C++风格)在Java中最简单的注释是单行注释。它以两个正斜杠开始并到行尾结束。例如:// this is a single-line commentx = 1; // a single-line comment after code多行注释(C风格)Java...
分类:
编程语言 时间:
2015-03-11 14:31:42
阅读次数:
159
代码写N久了,总想写得别的。这不,上头说在整合两个项目,做成单一登录(Single Sign On),也有人称之为“单点登录”。查阅相关文档后,终于实现了,现在把它拿出来与大家一起分享。或许大家会问:“这与标题不符呀?”别急,在下笔之前,我脑子里想到了我刚使用Form认证时遇到的一些问题,以及使用过...
分类:
其他好文 时间:
2015-03-11 12:28:53
阅读次数:
182
void add(char str1[N],char str2[N]){ int i,len1,len2; int number1[N]={0}; int number2[N]={0}; len1=strlen(str1); len2=strlen(str2); for(i=len1-1...
分类:
其他好文 时间:
2015-03-10 21:19:29
阅读次数:
131
use master go alter database OuAnFind set single_user with rollback immediate --将数据库回滚到原始配置状态 go
drop database OuAnFind
go
分类:
数据库 时间:
2015-03-10 19:13:30
阅读次数:
158
How to find a specific string in a text file?how i did it: i store the whole contents of the .txt file in a single string, close the file, and then, s...
分类:
其他好文 时间:
2015-03-10 13:31:21
阅读次数:
158
这是天津大学2015考研的编程题Problem DescriptionIgnatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should ...
分类:
其他好文 时间:
2015-03-09 14:17:07
阅读次数:
248
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:
其他好文 时间:
2015-03-09 00:24:08
阅读次数:
129