1.登录PL/SQL Developer这里省略Oracle数据库和PL/SQL
Developer的安装步骤,注意在安装PL/SQL Developer软件时,不要安装在Program Files (x86)目录下,不然无法启动PL/SQL
Developer。奇怪这里为什么选择不到数据库的TNS...
分类:
数据库 时间:
2014-05-07 14:03:54
阅读次数:
467
DescriptionYou are to write a program that has
to decide whether a given line segment intersects a given rectangle.An
example:line: start point: (4,9)...
分类:
其他好文 时间:
2014-05-07 13:55:45
阅读次数:
387
一直都很羡慕会用C#写代码的程序员,而今终于可以真正的进入C#的学习。刚刚敲下了第一个C#用例,带着欣喜把这个例子总结一下:
首先启动visual studio,新建项目。就可以看到program.cs 的内容。代码的第一行是注释。//表示的是对这行文字进行注释,还可以将文本置于/*和*/之间将整段内容进行注释。
C#控制台应用程序必须包含一个main方法,用于控制程序的开始和结束。在main...
分类:
其他好文 时间:
2014-05-07 04:51:41
阅读次数:
291
问:这类错误是什么原因:error: stray '\302' in program?
答:此种错误,可能程序本身没有语法错误,应该是每一行的空格的编码不对,只需要将程序出错行前面的空格删掉,然后让程序再退回即可解决问题!...
分类:
其他好文 时间:
2014-05-07 04:51:07
阅读次数:
310
程序与进程:
程序(program)是一个普通文件,是机器代码指令和数据的集合,这些指令和数据存储在磁盘上的一个可执行映像中。所谓可执行映像就是一个可执行文件的内容。使用6个exec函数中的一个由内核将程序读入内存,并使其执行。
进程(process)是一个动态的实体,它具有生命周期,系统中进程.....
分类:
其他好文 时间:
2014-05-07 02:33:54
阅读次数:
352
编写程序的时候,经常需要用的项目根目录。自己总结如下1、取得控制台应用程序的根目录方法
方法1、Environment.CurrentDirectory 取得或设置当前工作目录的完整限定路径(eg:“C:\Program Files
(x86)\Microsoft Visual Studio 9.0...
分类:
其他好文 时间:
2014-05-07 01:05:21
阅读次数:
327
一、添加“SharePoint 2013 切换用户”标签 相比SharePoint
2010,SharePoint2013版本去掉了切换用户登陆的功能(如下图),其实这个可以通过改welcome.ascx控件来显示出来;
修改文件的位置,如下图: 文件位置C:\Program Files\...
分类:
其他好文 时间:
2014-05-07 00:26:13
阅读次数:
292
Chef develops his own computer program for playing chess. He is at the very beginning. At first he needs to write the module that will receive moves written by the players and analyze it. The module w...
分类:
其他好文 时间:
2014-05-06 23:11:26
阅读次数:
497
1. 修改MySQL安装目录下(C:\Program Files\MySQL\MySQL Server 5.5)的my.ini文件
设置: default-character-set=utf8
character-set-server=utf8
然后重启MySQL服务,MySQL 没有重启的命令,要先停止,然后再启动。开始 -> cmd -> net stop mys...
分类:
数据库 时间:
2014-05-06 22:59:11
阅读次数:
397
If you want to determine the uncompressed size
of a gzip file from within a program, you can extract to original file size from
the gzip file. This si...
分类:
编程语言 时间:
2014-05-06 18:25:15
阅读次数:
551