码迷,mamicode.com
首页 >  
搜索关键字:unlock abap program    ( 10974个结果
Netbeans Platform 工程,免安装JDK
使用Netbeans 6.8 创建了一个Netbeans Platform 工程,以Zip形式发布后,按照以下操作,可 以在客户端免安装JDK:1. 从已安装JDK的计算机中,提取JDK:eg. C:\Program Files\Java\jdk1.6.0_19;2. 复制到下,重命名为jdk;3....
分类:Web程序   时间:2014-05-12 05:37:47    阅读次数:369
vc编译 zlib 1.2.8
最近用到gzip关的算法,于是想起了zlib这个库,于是将其下载下来编译。 首先,在官网上下载源码包:http://zlib.net/zlib-1.2.8.tar.gz 解压之后,打开vc 命令工具:%comspec% /k ""C:\Program Files (x86)\Microsof...
分类:其他好文   时间:2014-05-12 03:04:53    阅读次数:367
客户端+服务器端总结
常见错误与解决方案:错误1、服务器重启后,自动停止解决办法:一般查看E:\Program Files\Apache Software Foundation\Tomcat 7.0\logs,tomcat安装目录下面的tomcat7-stderr.2014-05-10.txt,一般性错误需要在这里面找,...
分类:其他好文   时间:2014-05-12 03:01:47    阅读次数:373
Bluestacks 安卓模拟器利器
蓝手指测试安卓比较给力,尤其含有安卓原生态的多语言是现在厂商手机所无法提供了的。 但是有一点需要注意:BlueStack的日志文件非常大,日志目录默认是%Sysem Dir%/Program Data(隐藏文件)/BlueStacks/logs,发现系统盘告急之后,直接删掉里面的数据即可;我这里大概...
分类:移动开发   时间:2014-05-12 00:17:42    阅读次数:385
VS2005环境下采用makefile编译、使用libjpeg.lib函数库
1、从www.ijg.org下载源码,解压后得到文件夹jpeg-8d2、在文件夹里新建jconfig.h文件,将jconfig.vc里的内容拷到jconfig.h中3、编译. Run->CMD->进入到C:\Program Files\Microsoft Visual Studio 8\VC\bin...
分类:其他好文   时间:2014-05-11 23:50:00    阅读次数:585
c# 委托详解
1.委托声明 2.委托入门实例namespace ConsoleApplication1{ public delegate void methodDelegate(string str); class Program { static void Main(st...
分类:其他好文   时间:2014-05-11 23:03:43    阅读次数:338
VS开发ArcEngine时的一个异常信息——“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”
问题描述:程序报错“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”解决方法:打开program.cs。 把ESRI.ArcGIS.Ru...
分类:其他好文   时间:2014-05-11 13:10:03    阅读次数:448
Windows Server服务器端MySQL数据库自动备份
1.给root账户授权所有sql权限 grant all privileges on *.* to root@"%" identified by ".";flush privileges; 2.建立bat批处理文件 @echo off set path=%path%;D:\Program Files\MySQL\MySQL Server 5.5\bin set y=%date:~0,4% s...
分类:数据库   时间:2014-05-11 03:11:33    阅读次数:406
【ruby】ruby基础知识
Install Ruby(安装)For windows you can download Ruby fromhttp://rubyforge.org/frs/?group_id=167for Linux tryhttp://www.rpmfind.net.Our first program(从此开始...
分类:其他好文   时间:2014-05-11 00:02:21    阅读次数:602
gdb
aliases -- Aliases of other commandsbreakpoints -- Making program stop at certain pointsdata -- Examining datafiles -- Specifying and examining filesi...
分类:数据库   时间:2014-05-10 20:36:32    阅读次数:486
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!