码迷,mamicode.com
首页 >  
搜索关键字:all in one    ( 50303个结果
rfc all download
http://www.rfc-editor.org/download.htmlabout RTSPhttp://en.wikipedia.org/wiki/Real_Time_Streaming_ProtocolRTSP was developed by RealNetworks, Netscape...
分类:其他好文   时间:2014-06-16 00:00:39    阅读次数:549
使用UITableView实现图片视差效果
使用UITableView实现图片视差效果视差效果如下:原理:根据偏移量计算不同的移动速度,so easy!//// RootTableViewController.h// TableView//// Copyright (c) 2014年 Y.X. All rights reserved./...
分类:其他好文   时间:2014-06-15 23:36:05    阅读次数:348
document.all
document.all可以判断浏览器是否是IE if(document.all){ alert("is IE!"); }很多地方甚至高级程序设计第三版,都说这样可以检测ie其实chrome也有document.all,备注一下。
分类:其他好文   时间:2014-06-15 23:07:03    阅读次数:240
Unity3D 连接MySQL数据库笔记1-安装MySQL数据库
本教程使用的是MySQL5.0版本一路下一步安装,到3个选项这里选择自定义在“MySQL Server(MySQL服务器)”上左键单击,选择“This feature, and all subfeatures, will be installed on local hard drive.”,即“此部...
分类:数据库   时间:2014-06-15 22:33:38    阅读次数:359
[leetcode]Minimum Window Substring @ Python
原题地址:https://oj.leetcode.com/problems/minimum-window-substring/题意:Given a string S and a string T, find the minimum window in S which will contain all...
分类:编程语言   时间:2014-06-15 22:10:42    阅读次数:1109
[leetcode]Permutation Sequence @ Python
原题地址:https://oj.leetcode.com/submissions/detail/5341904/题意:The set[1,2,3,…,n]contains a total ofn! unique permutations.By listing and labeling all of ...
分类:编程语言   时间:2014-06-15 21:33:16    阅读次数:270
关于SQL 系统自带存储过程的使用 (一)
关于SQL,一边恐惧一边前行,战战兢兢,如履薄冰。1.那些Maggie教我的事 因为脚本老是倒不齐全,QA某次跟我要了三次脚本,于是乎求助公司DBA. 利用SQL server本身的查询,找出最近修改的存储过程。1 SELECT NAME,modify_date FROM sys.all_objec...
分类:数据库   时间:2014-06-15 21:05:43    阅读次数:229
poj 1815
DescriptionIn modern society, each person has his own friends. Since all the people are very busy, they communicate with each other only by phone. You...
分类:其他好文   时间:2014-06-15 20:44:45    阅读次数:162
Sql Server 查看所有存储过程或视图的位置及内容
select a.name,a.[type],b.[definition] from sys.all_objects a,sys.sql_modules b where a.is_ms_shipped=0 and a.object_id = b.object_id and a.[type] in (...
分类:数据库   时间:2014-06-15 20:39:31    阅读次数:195
数据字典
分为两类一 存在system表空间以$结尾的基本表dba_.. user_... all_...视图存在于内存x$...的虚表v$...动态性能视图数据字典时哪里来的,是我们建立数据库的时候运行脚本建立的。%oracle_home%\admin\catalog.sql;脚本中含有建立数据字典的语句。...
分类:其他好文   时间:2014-06-15 17:44:49    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!