码迷,mamicode.com
首页 >  
搜索关键字:program    ( 9373个结果
错误处理:"Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format."
情况:部署程序在IIS 7.5 windows server 2008 R2 64 bit OS,引用“Oracle.DataAccess.dll”运行程序会出现:"Could not load file or assembly 'Oracle.DataAccess' or one of its d...
分类:数据库   时间:2014-07-16 23:21:27    阅读次数:638
.Net常用技巧_C#写入和读取txt文件
using System.Text.RegularExpressions; //脱机数据导出 private void writeTxt(string str) { string strFileName = @"\Program Files\fir...
分类:Web程序   时间:2014-07-16 23:11:15    阅读次数:252
自动结算
using System;using System.ComponentModel;using System.IO;using System.Net;namespace TimerDay{ class Program { private static void Main(string[] a...
分类:其他好文   时间:2014-06-28 10:15:40    阅读次数:190
aaaaaaaaaaaaa
using System;using System.ComponentModel;using System.IO;using System.Net;namespace TimerDay{ class Program { private static void Main(string[] a...
分类:其他好文   时间:2014-06-28 09:58:27    阅读次数:196
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
查询ORACLE数据库操作记录
代码:SELECTa.First_Load_Time, a.Sql_Text, s.Sid, s.Serial#, s.Program--, , a.* --Utl_Inaddr.Get_Host_Address(s.Terminal)Ip FROMV$sqlareaa,V$sessions WHEREs.Sql_Address(+)=a.Address ANDUpper(a.Sql_Text)LIKE‘%DELETEFROM%MTL_TRANSACTIONS_INTERFACE%‘;有人删除..
分类:数据库   时间:2014-06-28 00:41:47    阅读次数:423
Android环境开发搭建
今天第一次接触安卓,从开发环境的配置到程序的运行,足足搞了一天,也没有整出来。1.安装JDK在JDK官网上下载了最新的JDK,安装成功后进行环境的配置。JAVA_HOME:C:\Program Files\Java\jdk1.8.0_05。这里的配置地址是JDK的安装目录。classpath:.;%...
分类:移动开发   时间:2014-06-27 19:31:29    阅读次数:229
What are the differences between shell , console & terminal?
答案1:The shell is a typical Unix program. It reads commands from the standard input and prints something on the standard output. This is simple and goo...
分类:其他好文   时间:2014-06-27 16:12:37    阅读次数:260
[leetcode] Sudoku Solver
Write a program to solve a Sudoku puzzle by filling the empty cells.
分类:其他好文   时间:2014-06-27 12:50:48    阅读次数:228
Sudoku Solver
题目 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. ...
分类:其他好文   时间:2014-06-27 07:06:50    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!