码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
DSPC6748中某问题的解决方案
C674X_0: Loader: One or more sections ofyour program falls into a memory region that is not writable. These regions will not actually be written tothe target. Check your linkerconfiguration and/or memory map. C674X_0: Trouble Writing Register PC:(Error -...
分类:其他好文   时间:2015-03-17 10:24:49    阅读次数:200
泡泡的Android笔记
Android Note written by Mr.Bubbles 首先配置JDK ECLISPE就不多言。 eclispe主要是使用XML和Java两种语言,XML处理表现层,就是可以对一个页面进行布局,添加元素,就是以后实现UI和不同UI的表层基础,也就是没有逻辑上的考虑。 Java则是具体的...
分类:移动开发   时间:2015-03-16 22:50:14    阅读次数:234
非正式介绍Python(二)
3.1.3. ListsPython knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as...
分类:编程语言   时间:2015-03-14 01:00:17    阅读次数:234
The jQuery HTML5 Audio / Video Library (jQuery jPlayer插件给你的站点增加视频和音频功能)
http://jplayer.org/The jQuery HTML5 Audio / Video LibraryjPlayer is the completelyfree and open source(MIT) media library written in JavaScript. AjQue...
分类:Web程序   时间:2015-03-13 10:49:46    阅读次数:502
在防火墙规则中添加要开启的端口
系统环境:CentOS6.5在防火墙文件下添加条目即可,但注意条目的位置;[root@debris~]#vi/etc/sysconfig/iptables#Firewallconfigurationwrittenbysystem-config-firewall#Manualcustomizationofthisfileisnotrecommended.*filter:INPUTACCEPT[0:0]:FORWARDACCEPT[0:0]:OUTPUTAC..
分类:其他好文   时间:2015-03-12 15:25:06    阅读次数:111
linux 防火墙相关
打开编辑: vi /etc/sysconfig/iptables重启防火墙:service iptables restart# Firewall configuration written by system-config-firewall# Manual customization of this...
分类:系统相关   时间:2015-03-10 15:22:19    阅读次数:202
Get familiar with key Frameworks of ios
Frameworks make your life easier as an iOS Developer. They allow you to reuse code written by other developers in your own apps. An overview of key fr...
分类:移动开发   时间:2015-03-10 06:48:48    阅读次数:153
Mirantis Fuel fundations
Mirantis Nailgun is the most important service a RESTful application written in Python that contains all the business logic of the system (Multiple Wo...
分类:其他好文   时间:2015-03-09 23:44:59    阅读次数:355
uva 714 Copying Books (二分)
uva 714 Copying BooksBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so called scribers. The scriber had been given a...
分类:其他好文   时间:2015-03-09 22:32:59    阅读次数:247
Android中Parcelable接口用法
1. Parcelable接口 Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must also have a static field called CREATOR, ...
分类:移动开发   时间:2015-03-09 21:01:37    阅读次数:224
1077条   上一页 1 ... 81 82 83 84 85 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!