码迷,mamicode.com
首页 >  
搜索关键字:cisco unity connection    ( 15226个结果
小结Android和iOS中LocalNotification
用Unity开发游戏,总难免要用到Native Development,比如Notification功能。本文只对LocalNotification进行小结,iOS上RemoteNotification在此未讨论。(后面发现Unity已经把iOS部分给封装好了)Notification大致提供了两个...
分类:移动开发   时间:2014-05-12 11:38:52    阅读次数:479
在服务器上远程链接另一台服务器的数据库的方法how to connet the database from the other host
iwangzheng.com16:57 [root@a02.cmsapi]$ mysql -u-p -h10.103.xx.xxWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 57...
分类:数据库   时间:2014-05-10 20:57:56    阅读次数:441
springMVC-JNDI
最近在学习JNDI,今天整出来一个demo,拿出来大家分享下。先上一个项目结构的截图:1、配置JNDI数据源 首先,修改一下tomcat的配置文件conf/context.xml 在Context属性中加入 其次,项目中的web.xml中加入 DB Connection jndi-...
分类:编程语言   时间:2014-05-10 08:27:06    阅读次数:451
不用组件的简单分页
set conn=server.CreateObject("adodb.connection")  set rs=server.CreateObject("adodb.recordset")  cnpath="data source=" & server.MapPath("question.mdb")  conn.open "provider=microsoft.jet.oledb.4.0;...
分类:其他好文   时间:2014-05-10 04:59:38    阅读次数:304
cisco如何启用DHCP中继
一、启用DHCP中继代理Switch(Config)#ServiceDhcpSwitch(Config)#IpDhcpRelayInformationOption二、在VLAN中设定DHCP服务器地址Switch(Config)#IntVlan3Switch(Config-vlan)#IpHelper-address192.168.4.40Switch(Config)#IntVlan4Switch(Config-vlan)#IpHelper-address192.168...
分类:其他好文   时间:2014-05-10 03:58:17    阅读次数:391
WSH 直接将查询数据结果生成 EXCEL 表
'EXCELa.VBS '直接将查询数据结果生成 EXCEL 表,稍做修改后即可 '改成ASP文件放在服务器上面向客户 option Explicit dim conn,strConnString Set conn = WScript.CreateObject("ADODB.Connection") on error resume next strConnString ="Provid...
分类:其他好文   时间:2014-05-10 03:43:27    阅读次数:375
Unity插件iTween的使用(例子)
using UnityEngine;using System.Collections;public class MoveSample : MonoBehaviour{ void Start(){ //iTween.MoveBy(gameObject, iTween.Hash("x", 2, "e.....
分类:其他好文   时间:2014-05-09 20:11:02    阅读次数:455
ASP获取数据库表名,字段名以及对字段的一些操作
ASP获取数据库表名,字段名以及对字段的一些操作 最近,在ASP论坛上看到很多网友问怎么获取数据库表名,字段名以及如何对字段进行删除,增添的操作故写此文。  本人对SQLServer比较熟一些,故以SQLServer为列:  SET Conn=Server.CreateObject("ADODB.Connection")  Conn.Open "Server=IP地址;Provider...
分类:数据库   时间:2014-05-09 15:17:00    阅读次数:464
Frame Relay - 简介及基本配置
Frame Relay的简介和基本配置...
分类:其他好文   时间:2014-05-09 14:43:17    阅读次数:421
使用JDBC 插入向数据库插入对象
package com.ctl.util; import java.io.IOException; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedS...
分类:数据库   时间:2014-05-09 06:36:15    阅读次数:384
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!