每次ubuntu系统启动总会报SystemProgramProblemDetected而且也没啥报错详细信息,ubuntu下可关闭apport。方法如下:vim/etc/default/apportenabled=1改成0即可PS:也可清空/var/crash目录下的cash文件。
分类:
其他好文 时间:
2014-05-27 03:16:31
阅读次数:
359
1.
题目:以9行9列的形式显示九九乘法表2.要求:显示下三角格式如表4.1所示,也可以上三角格式显示。 1 ; Example assembly language
program -- 2 ; Author: Karllen 3 ; Date: revised 05/2014 4 5 ....
分类:
编程语言 时间:
2014-05-23 09:04:43
阅读次数:
304
如果你的packages在执行的过程中有没有被捕获到的异常,则sqldumper会跳出来获取这些异常信息输出,存在下面的目录中:C:\Program
Files\Microsoft SQL Server\110\Shared\ErrorDumps文件有以.tmp和mdmp结尾.SQLDUMPER_E...
分类:
其他好文 时间:
2014-05-23 08:29:13
阅读次数:
369
获取光驱序列号、分位、型号代码
{CSDN:CODE:353256}
头文件如下(有些部分没有用到):
#include
#include
#include
#include
#include
// TODO: reference additional headers your program requires here
//static void dump_buffer(c...
分类:
其他好文 时间:
2014-05-22 09:56:04
阅读次数:
376
C# 时间计算今天、昨天、前天、明天 class Program { static void
Main(string[] args) { DateTime dt1=GetTodayZeroTime(DateTime.Now);
Console.WriteLine("今天零点:{0}",dt1.ToS...
分类:
其他好文 时间:
2014-05-21 23:32:51
阅读次数:
429
#Java内存区域与内存溢出异常##运行时数据区域Java虚拟机在执行Java程序的过程中会把它所管理的内存区域划分为若干个不同的数据区域。###1
程序计数器--Program Counter Register一块较小的内存空间,作用可视为当前线程所执行的字节码的行号指示器,没个线程有自己独立的程...
分类:
编程语言 时间:
2014-05-21 22:50:53
阅读次数:
377
通过javac编译java文件1.先导入需要引用的包D:\Program Files
(x86)\apache-tomcat-7.0.53\webapps\test\WEB-INF\classes>set
classpath=%classpath%;D:\Program Files (x86)\ap...
分类:
编程语言 时间:
2014-05-21 20:21:14
阅读次数:
244
1.下载最新的Erlang otp,下载地址:www.erlang.org/download/otp_win64_17.0.exe 安装。
2.下载Eclipse及JDK7,地址的话自己百度。然后进行安装。
3.配置环境变量C:\Program Files\Java\jdk1.7.0_03\bin;C:\Program Files\erl6.0\bin将这两个路径加入path路径。然后运行cm...
【题目】
Write a program to solve a Sudoku puzzle by filling the empty cells.
Empty cells are indicated by the character '.'.
You may assume that there will be only one unique solution.
A sudoku puzzle...
...and its solution numbers marked in red.
...
分类:
其他好文 时间:
2014-05-20 17:07:34
阅读次数:
335
Problem Description
As we know, Big Number is always troublesome. But it's really important in our ACM. And today, your task is to write a program to calculate A mod B.
To make the problem easie...
分类:
其他好文 时间:
2014-05-20 14:42:07
阅读次数:
324