码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
session的一些事儿
session在服务器端是保存到文件的,而不是内存中 php.ini中的一些相关设置 session.name =PHPSESSID? session.use_cookie = 1 ?,1 表示用cookie传递,否则用query_String来传递 session.handler = files 以文件...
分类:其他好文   时间:2014-07-25 00:07:04    阅读次数:207
3 Possible Ways for Real-Time Video Streaming Between Camera and Android Device Read more at http://
You can use your robot to send real-time video images, and this could be a very interesting DIY robotic application. In this article, we make an overview of three possible ways for real-time streaming...
分类:移动开发   时间:2014-07-24 23:39:43    阅读次数:634
The command 'new_value' for SQLPlus
Format:column column_name new_value var_nameMeaning: use the column_name of a select statment to construct a variable, later we can use &var_name to r...
分类:数据库   时间:2014-07-24 22:38:53    阅读次数:270
Visual Studio 2013编译Mozilla NPAPI 示例注意事项
1、Platform Toolset设置Visual Studio 2013 - Windows XP (v120_xp)。2、Character Set设置Use Multi-Byte Character Set。3、添加以下Preprocessor Definitions:NPRT_EXPORT...
分类:Windows程序   时间:2014-07-24 22:13:32    阅读次数:340
[转] js_常见算法
js模拟螺旋矩形算法 1 2 3 4 5 6 7 8 9 new document 10 11 12 13 14 15 58 59 js最短路径 1 use A* to find path...
分类:Web程序   时间:2014-07-24 22:03:02    阅读次数:394
POJ2240——Arbitrage(Floyd算法变形)
ArbitrageDescriptionArbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of th...
分类:其他好文   时间:2014-07-24 17:34:26    阅读次数:380
Handle URL anchor change event in js 监控地址栏里面的#后面
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent‘s location hash to contain the size of the ifram...
分类:Web程序   时间:2014-07-24 12:31:35    阅读次数:289
autoit UIA获取Listview的信息
#include "CUIAutomation2.au3"Opt( "MustDeclareVars", 1 )Global $oUIAutomationMainFunc()Func MainFunc() ; Be sure to use the right class if you are on....
分类:其他好文   时间:2014-07-24 12:16:35    阅读次数:633
unity3d游戏开发 —— 倒计时
using UnityEngine;using System.Collections;public class CoolTime : MonoBehaviour { // Use this for initialization void Start () { } int Co...
分类:其他好文   时间:2014-07-24 11:25:32    阅读次数:202
monitor weblogic server ,Very simple to use, weblogic监控、巡检、故障简单小工具
1. 开发了一个简单的监视weblogic运行情况的小程序,各位朋友下载下来试试,不用登陆console就可以知道server的运行状况,包括了jvm、线程、jdbc、状态jms等;还有一个更简单的选项,下拉选“warning”,直接查看是否有等待队列、jvm紧张阿、连接池泄漏阿、连接池等待阿; 2. 已经上传 weblogic_monitor.jar  ,jar包里面有readme...
分类:Web程序   时间:2014-07-24 10:44:33    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!