码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
basic html5
html4 doctype HTML5 doctype: In this example page, the root element looks like this: The first thing to discuss is the xmlns attribute. This is a...
分类:Web程序   时间:2014-11-28 21:17:42    阅读次数:323
Gradle 教程说明 用户指南 第7章 构建Java工程----快速入门
官网地址:http://www.gradle.org/docs/2.1/userguide/tutorial_java_projects.html A basic Java project  一个基础的java工程 使用java插件在build.gradle: apply plugin: 'java' Building the project 构建工程 这里使用gra...
分类:编程语言   时间:2014-11-28 18:18:29    阅读次数:326
InstallShield 2010 Basic Msi工程更改生成setup.exe Logo
InstallShield中只有InstallScript工程,将安装包压缩成一个Setup.exe的情况下才可以修改Icon。 具体操作方法是在Release视图中,选择你的Release项,然后选择Setup.exe选项卡,在SingleExeIconFile中设置InstallShieldBasicMSIa工程設置方法:1.打開安裝目錄:C:\ProgramFiles\..
分类:其他好文   时间:2014-11-28 12:45:37    阅读次数:144
MySQL数据库基础
安装mysql[root@ultraera~]#yuminstallmysqlmysql-servermysql-devel2.启动mysql,并设置开机自启动[root@ultraera~]#servicemysqldstart/stop/restart/status#启动/关闭/重启/状态 chkconfigmysqldon/off [root@ultraera~]#chkconfig--list|grepmysqld mysqld 0:off 1:off 2:o..
分类:数据库   时间:2014-11-28 06:30:47    阅读次数:183
【翻译自mos文章】oracle数据库中 基本的表压缩和高级压缩之间的区别
oracle数据库中 基本的表压缩和高级压缩之间的区别...
分类:数据库   时间:2014-11-27 18:22:53    阅读次数:216
Cross-plant material status in Material Master (Basic data 1)
1.Is Blocking Key assigned to material master in basic data 1 view in X plant material status, if yes, remove blocking key and create PR & PO. Or chec...
分类:其他好文   时间:2014-11-27 18:03:23    阅读次数:282
错误问题:OpenGL version to old,GLViewinitWithRect(const stdbasic_stringchar,stdchar_traitschar,stdalloca
1 电脑装成Linux之后,在Linux里面装虚拟机运行cocos2d-x-3.2时报如下错误: plan3d.exe!cocos2d::GLView::initWithRect(const std::basic_string,std::allocator > & viewName, cocos2d::Rect rect, float frame...
分类:数据库   时间:2014-11-27 06:49:13    阅读次数:178
LinQ从零开始---初体验
LINQ,语言集成查询(LanguageIntegrated Query)是一组用于c#和Visual Basic语言的扩展。它允许编写C#或者Visual Basic代码以查询数据库相同的方式操作内存数据。...
分类:其他好文   时间:2014-11-26 14:18:46    阅读次数:169
If We Were a Child Again
Description The Problem   The first project for the poor student was to make a calculator that can just perform the basic arithmetic operations.   But like many other university students he d...
分类:其他好文   时间:2014-11-25 23:39:30    阅读次数:226
内存管理-黄金法则
1、内存管理-黄金法则The basic rule to apply is everything that increases the reference counter with alloc, [mutable]copy[withZone:] or retain is in charge of t...
分类:其他好文   时间:2014-11-25 20:31:26    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!