1、https://developer.apple.com/library/ios/samplecode/LazyTableImages/Introduction/Intro.html这是苹果的官方demo,用itunes的应用列表为例,讲述了图片lazy load的思想。主要思想是,当UITabl...
分类:
移动开发 时间:
2014-08-05 19:13:49
阅读次数:
360
一、ORACLE的启动和关闭1、在单机环境下要想启动或关闭ORACLE系统必须首先切换到ORACLE用户,如下su - oraclea、启动ORACLE系统oracle>svrmgrlSVRMGR>connect internalSVRMGR>startupSVRMGR>quitb、关闭ORACLE...
分类:
数据库 时间:
2014-08-05 15:20:59
阅读次数:
315
Table of Contents1 tcp_v4_connect()2 sys_accept()2.1 tcp_accept()3 三次握手3.1 客户端发送SYN段3.2 服务端接收到SYN段后,发送SYN/ACK处理3.3 客户端回复确认ACK段3.3.1 tcp_rcv_synsent_st...
分类:
其他好文 时间:
2014-08-05 13:53:39
阅读次数:
462
http://nzpcmad.blogspot.co.nz/2013/06/saml-saml-stack.html You have an application – .NET, JAVA whatever. You want this to be a SP and need to connect...
分类:
其他好文 时间:
2014-08-05 13:37:59
阅读次数:
190
socket分为2个部分,1部分是服务器端,监听某个接口,当有客户端有请求时,自动运行代码。 第二个部分是客户端,来传送数据。 '; //2,开始链接 $res = socket_connect($socket,$ip,$port); if (!$res) { exit('连接节点失败!失败原因:'...
分类:
其他好文 时间:
2014-08-05 00:05:28
阅读次数:
255
在用VS2010连接oracle数据库时,可能会出现:ORA-12504: TNS: 监听程序在 CONNECT_DATA 中未获得 SERVICE_NAME只需在web.config文件Data Source设置成Data Source=要连接的IP/orcl
分类:
数据库 时间:
2014-08-04 20:40:17
阅读次数:
337
方式一:命令提示符下敲入sqlplus,然后键入用户名和口令,测试查询方式二:命令提示符下 敲入sqlplus 用户名/口令@数据库实例方式三:命令提示符下敲入sqlplus /nolog,然后连接数据库connect scott/scott@orcl
分类:
数据库 时间:
2014-08-03 17:57:35
阅读次数:
202
[root@localhost ~]# mplayer tv:// -tv driver=v4l2:width=1280:height=720:device=/dev/video1:outfmt=0x34363248 -fps 24
MPlayer SVN-r35234-4.7.2 (C) 2000-2012 MPlayer Team
mplayer: could not connect to...
分类:
其他好文 时间:
2014-08-02 18:23:13
阅读次数:
817
首先来看这一部分代码 1 /** 2 * Created by bsn on 14-7-1. 3 */ 4 var connect = require('connect'); 5 6 var app = connect(); 7 function hello(req, res, next) {...
分类:
Web程序 时间:
2014-08-02 12:41:53
阅读次数:
193
<?php$con=mysql_connect(‘localhost‘,‘root‘,‘1234‘);echo‘<hr>1.mysql_client_encoding<br>‘;echomysql_client_encoding();//返回当前数据库的编码方式//mysql_data_seek(result,row_number):移动数据内部指针到指定的行;result//是mysql_query():获取的数据..
分类:
数据库 时间:
2014-08-01 20:15:52
阅读次数:
328