What is Build Profile?ABuild profileis a set of
configuration values which can be used to set or override default values of
Maven build. Using a build...
分类:
其他好文 时间:
2014-05-23 12:13:49
阅读次数:
426
WM_CAP_DRIVER_CONNECT//ActiveX
---->OnCreatem_pit.Create(IDD_CAM_DIALOG,this);CRect
rc;this->GetClientRect(&rc);m_pit.m_cam.MoveWindow(&rc);m_pit.Show...
分类:
其他好文 时间:
2014-05-23 12:09:20
阅读次数:
570
写这个帖子的缘由是因为在页面参数传到rails的controller时用params[:]和params[""]都可以取到值:[1] pry(#)>
params=> {"action"=>"show", "controller"=>"books", "id"=>"382"}[2]
pry(#)> ...
分类:
其他好文 时间:
2014-05-23 11:10:59
阅读次数:
307
This is a simple tutorial to show a new linux user
(such as myself) how to setup freeglut and OpenGl. OS: ubuntu 12.1 I have just
recently become a .....
分类:
其他好文 时间:
2014-05-23 11:07:45
阅读次数:
380
今天真机调试的时候莫名其妙遇到了这样的一个问题:This product type must be built using a provisioning profile, however no provisioning profile matching both the identity "iPhone Developer" and the bundle identifier.....具体如下图所...
分类:
移动开发 时间:
2014-05-22 11:17:43
阅读次数:
415
1. 实验线路连接图使用Cisco Packet Tracer5.3 构建拓扑结构图2.
实验内容(1) 按图配置各台计算机IP 地址。(2) 参阅教材中内容,完成单交换机上的VLAN 配置,配置要求如图 所示,使用show vlan
指令查看VLAN的配置情况,并使用Ping 指令测试各台计算机之...
分类:
其他好文 时间:
2014-05-22 02:54:10
阅读次数:
306
--mysql中kill掉所有锁表的进程--------------------------------2014/05/20在数据库的管理中,我们经常会碰到锁表的问题,看一下进程列表.mysql>show
processlist;出来哗啦啦好几屏幕的, 没有一千也有几百条, 查询语句把表锁住了, 赶...
分类:
数据库 时间:
2014-05-22 02:17:16
阅读次数:
240
作为一名CSer,最好的学习方式之一无疑是tracing
code,看源代码——不知你此时是否与我一样想起了Linus那句名言「talk is cheap, show me the fucking
code!」?可是对计算机体系结构来说,很多技术直接是由硬件实现的,因而也被蒙上一层神秘的面纱。好在还...
分类:
其他好文 时间:
2014-05-21 23:46:56
阅读次数:
307
1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql> SHOW
DATABASES;2:2、创建一个数据库MYSQLDATAmysql> CREATE DATABASE
MYSQLDATA;3:选择你所创建的数据库mysql> USE MYSQLDATA; (按回车键出现Databas...
分类:
数据库 时间:
2014-05-20 10:24:33
阅读次数:
282
--MySQL主从失败 错误Got fatal error
1236解决方法----------------------------------------------------2014/05/19由于主服务器异外重启,
导致从报错, 错误如下:show slave status错误:mysql>...
分类:
数据库 时间:
2014-05-20 08:22:10
阅读次数:
801