码迷,mamicode.com
首页 >  
搜索关键字:program    ( 9373个结果
Java 07 example
留下两个例子作为参考,1. 追逐小方块的例子2. HashMap 和 Iterator 的例子Example one:import acm.graphics.*;import acm.program.*;import java.awt.*;import java.awt.event.*;public...
分类:编程语言   时间:2014-06-29 12:16:41    阅读次数:209
运行jar文件时,出现“could not find the main class”的解决方法
想要在电脑上正常运行jar文件,应该确认电脑已安装好jdk和jre,并配置好环境变量。 如果安装与配置都没有问题却无法运行,则有可能是注册表的问题。 解决方法: 打开注册表,注册表项的路径为:\HKEY_CLASSES_ROOT\Aplications\javaw.exe\shell\open\command 在此路径下有一默认键值, 不正常的情况下, 键值是:"C:\Program ...
分类:其他好文   时间:2014-06-29 07:14:24    阅读次数:815
(转载)Ant自动编译打包android项目
1 Ant自动编译打包android项目 1.1 Ant安装 ant的安装比较简单,下载ant压缩包 http://ant.apache.org(最新的为1.9.3版本),下载之后将其解压到某个目录(本人解压到E:\Program Files\apache-ant-1.9.3) ,然后配置环境...
分类:移动开发   时间:2014-06-07 09:56:02    阅读次数:234
[leetcode]Sudoku Solver @ Python
原题地址:https://oj.leetcode.com/problems/sudoku-solver/题意:Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated b...
分类:编程语言   时间:2014-06-07 09:30:06    阅读次数:342
vs2010中使用Nunit测试c#代码结果的正确性
http://www.nunit.org/index.php?p=download上面地址下载,有安装版的,有直接解压版的,只有里面的nunit.framewor.dll就可以做简单的测试了。安装版的路径默认为:C:\Program Files \NUnit 2.6\bin\framework\nu...
分类:其他好文   时间:2014-06-06 08:15:51    阅读次数:549
解决outlook无法启动
当outlook出现上述问题时,修复的方案:1.在打开的命令提示符窗口中,输入"cd C:\Program Files\Microsoft Office\Office12"然后回车 本文全都这里是outlook2007,网友们可能版本不同,所以目录可能也不完全一样,大家找一下即可2.然后再输入"ou...
分类:其他好文   时间:2014-06-05 19:06:20    阅读次数:316
AR_标准应收过账至总账基本操作(流程)
2014-06-04 BaoXinjian一、标准应收过账汇总1. 应收事物处理2. 应收发票核销3. 通过Program, 将AR的此笔资料过账到GL4. GL过账日记账5. 通过试算平衡报表,明确所影响的账户的余额二、操作明细1. 应收事物处理(1).建立Transaction Batch(2)...
分类:其他好文   时间:2014-06-05 17:18:40    阅读次数:413
GDB命令行最基本操作
程序启动:A.冷启动gdb program e.g., gdb ./csgdb –p pid e.g., gdb –p `pidof cs`gdb program core e.g., gdb ./cs core.xxxB.热启动(gdb) attach pid e.g., (gdb) attach...
分类:数据库   时间:2014-06-05 16:46:16    阅读次数:395
将bat批处理文件注册成windows服务
C:\Users\lenovo>sc create MyService binPath= "C:\Program Files\restartOracle.bat" type= share start= auto displayname= "AutoStartOracle Services"[SC] ...
分类:Windows程序   时间:2014-06-05 14:33:03    阅读次数:361
leetcode--Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".public class Solution { /**The program is us...
分类:其他好文   时间:2014-06-05 14:08:35    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!