每次打开Office
2013都提示配置进度(包括Word、PPT、Excel等等Office产品都有这种现象),如图,先是显示“安装程序正在准备必要的文件”,接着显示“正在配置MicrosoftOfficeProfessional
Plus 2013"的情况。如果重启完了再打开,还是提示配置进度,...
分类:
其他好文 时间:
2014-06-10 20:17:12
阅读次数:
263
如下图示,将net
GPR_0的鼠线隐藏。鼠标右键,选择网络----选择你要隐藏的网络------右键选择view nets----点击对话框右边View
List里你所选的网络-----在右下角traces plus the....和None两个打勾,点Apply,就ok了。
分类:
其他好文 时间:
2014-06-10 13:24:50
阅读次数:
585
参考文献:ORA-01033:解决方法数据库掉电后 ORA-01172
磁盘坏块解决方法--尝试连接数据库prjdbC:\Documents and Settings\Administrator>sqlplus
test/test@prjdbSQL*Plus: Release 11.2.0.1.0 ...
分类:
数据库 时间:
2014-06-10 13:22:47
阅读次数:
393
路由器A router is a device that forwards data packets
between computer networks. This creates an overlay internetwork, as a router is
connected to two or...
分类:
Web程序 时间:
2014-06-10 11:26:26
阅读次数:
277
题目
Given a non-negative number represented as an array of digits, plus one to the number.
The digits are stored such that the most significant digit is at the head of the list.
方法
...
分类:
其他好文 时间:
2014-06-10 06:12:06
阅读次数:
285
场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning
包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0:
Admission control. Table 1...
分类:
其他好文 时间:
2014-06-09 22:30:54
阅读次数:
490
效果图: 通过点击设置 将显示如第二张图所示 第三张为项目目录文件 供参考 主要代码:////
WHBLAPViewController.h// 04-whblap查看器//// Created by whblap on 14-6-6.//
Copyri...
分类:
其他好文 时间:
2014-06-09 14:28:00
阅读次数:
402
梗概:现在很多用C语言写出来的作业,都是用户输入后,电脑对应操作的。其实这样有没有漏洞呢?
这样的管理系统,相信大家也不陌生,我们这里不是谈它的功能和怎样实现。。我们就谈谈最后一行。【输入序号】。其实很简单,switch语句,0-6中用case包括就OK了。。最后来个default,一切不就好了吗?...
分类:
编程语言 时间:
2014-06-08 19:04:27
阅读次数:
255
今天,不容易弄到一个xcode 6,装上之后感受一把Swift。
Hello World
新建一个工程,看看久违的Hello World
变量与常量
在Swift中变量声明用var,常量的声明用let。
这里和oc和c还是有不一样的地方。
判断
switch
case 4:
case 5:println("5") 会报错...
分类:
其他好文 时间:
2014-06-08 14:51:05
阅读次数:
248
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
// Respond to the action bar's Up/Home button
case android.R.id.home:
//这里写重写的方法 一定要retrun ...
分类:
其他好文 时间:
2014-06-08 10:39:02
阅读次数:
278