码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Getting Started with DirectX Graphics
Microsoft DirectX graphics provides a set of APIs that you can use to create games and other high-performance multimedia applications. DirectX graphic...
分类:其他好文   时间:2015-09-06 21:28:53    阅读次数:164
我的网络兼职MVC项目开发-数据绑定
阅兵假期回郑州了,没有更新,抱歉了。鉴于代码还没有完善,提供邮箱的朋友,我已经把项目发过去了。等项目整合完毕之后,共享源码。参考网站:革西网络接着说说数据的绑定: 1 public ActionResult Index() 2 { 3 ViewBag.use...
分类:Web程序   时间:2015-09-06 18:13:37    阅读次数:249
数据库连接池libzdb
官网:http://www.tildeslash.com/libzdb/A small, easy to use Open Source Database Connection Pool Library with the following features:Thread safe Database...
分类:数据库   时间:2015-09-06 17:44:27    阅读次数:290
centos 装mongodb
Fromhttps://www.linode.com/docs/databases/mongodb/use-mongodb-to-store-application-data-on-centos-5Use MongoDB to Store Application Data on CentOS 5Up...
分类:数据库   时间:2015-09-06 16:11:30    阅读次数:277
监控硬盘故障的nagios脚本
#!/usr/bin/perl use?strict; use?warnings; ? use?lib?"/usr/lib64/nagios/plugins"; ? use?utils?qw(%ERRORS); my?$usage?=?" Usage:?$0?host_addr?ipmi_user?ipmi_pass Connects?to?a?D...
分类:移动开发   时间:2015-09-06 14:47:36    阅读次数:259
HttpClient4.3 教程 第五章 快速API
HttpClient4.3 教程 第五章 快速APIPosted on2013 年 10 月 22 日5.1.Easy to use facade APIHttpClient从4.2开始支持快速api。快速api仅仅实现了HttpClient的基本功能,它只要用于一些不需要灵活性的简单场景。例如,快...
分类:Windows程序   时间:2015-09-06 14:41:27    阅读次数:164
POJ-2240-Arbitrage
问题描述 Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency...
分类:其他好文   时间:2015-09-06 13:05:50    阅读次数:190
“The signin method you’re trying to use isn’t allowed&rdquo
正在做2016实验的插曲,无法使用我的用户hao.yu登录DC,尼玛我是domainadmins组里面的好叫,微软的节操呢,开发组策略的同学我请你出来喝咖啡。启动mmc后找到本地安全策略的用户权限指派,右面找允许本地登录把老子的身份添加进去加了本地管理员组和域管理员居然还是无法继续,..
分类:其他好文   时间:2015-09-06 11:02:59    阅读次数:993
MYSQL数据库学习----MYSQL数据库、表操作和引擎区别
MYSQL数据库的操作一:查看MYSQL中所有的数据库SHOW DATABASES;二:创建数据库CRETAE DATABASE 数据库名称;三:删除数据库DROP DATABASE 数据库名称;四:查看数据库支持的存储引擎SHOW ENGINES;四:连接MYSQL数据库USE 数据库名称;MYS...
分类:数据库   时间:2015-09-05 22:11:20    阅读次数:187
MySQL日常管理
查看数据库服务器的版本 select version(); ? 创建数据库 create database dbname character_set=utf8 collate=utf8_general_ci ? 删除数据库 drop database dbname; ? 选择使用的数据库 mysql>use dbname; ?...
分类:数据库   时间:2015-09-05 20:56:33    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!