码迷,mamicode.com
首页 >  
搜索关键字:apps    ( 2191个结果
Apple Swift编程语言入门教程
Swift 是什么? Swift 是苹果于 WWDC 2014 发布的编程语言,这里引用The Swift Programming Language的原话:Swift is a new programming language for iOS and OS X apps that builds...
分类:移动开发   时间:2014-06-06 21:58:04    阅读次数:474
ubuntu 下mysql导入出.sql文件
1.导出整个数据库 mysqldump -u 用户名 -p 数据库名 > 导出的文件名 mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql 2.导出一个表 mysqldump -u 用户名 -p 数据库名 表名> 导出的文件名 mysqldump ...
分类:数据库   时间:2014-06-06 12:23:02    阅读次数:303
Swift简介
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility.Swi...
分类:其他好文   时间:2014-06-06 08:28:23    阅读次数:187
FRM-92101解决办法
/u02/UAT/inst/apps/UAT_newerp3/logs/ora/10.1.3/opmn/forms_default_group_1/http://blog.csdn.net/orthon/article/details/7707067SolutionIn several custom...
分类:其他好文   时间:2014-06-05 19:51:06    阅读次数:496
Struts2框架之application、Request、Response、paramaters、Session实现及理解(案例驱动)
【案例】、请用struts2开源框架实现如下功能: 注解:下文中所提及的源目录文件,为struts源代码下载文件(本文用的代码为:struts-2.3.15.1)后,\struts-2.3.15.1\apps\struts2-blank.war项目解压的文件 步骤一:创建一个Web工程(struts2--2) 步骤二:将原生态的struts中的jar包(\struts2-blank\...
分类:移动开发   时间:2014-06-05 02:46:56    阅读次数:587
About Swift
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds mode...
分类:其他好文   时间:2014-06-04 13:19:23    阅读次数:282
WindowManager译
public interfaceWindowManagerimplementsViewManagerandroid.view.WindowManagerClass Overview类的概览The interface that apps use to talk to the window manage...
分类:Windows程序   时间:2014-06-02 16:21:47    阅读次数:441
Android中如何搭建一个WebServer
今天终于把老大交代的任务搞完了,感觉收获挺多的,所以就写一篇来记录一下吧,首先还是来看一下,老大们的需求 需求: 希望移动端的用户标识(IMEI)和HTML页面的用户标识(Cookie)连接起来,其中HTML页面可能是用户使用PC访问指定的html页面也有可能是移动端使用浏览器访问html页面 技术解决: 运用移动设备的系统特型,用Apps的Service监听本地的网络端口...
分类:移动开发   时间:2014-06-01 23:39:10    阅读次数:456
DVR_RDK编译报错
DVR_RDK编译报错 abnormal termination of /opt/dm8168/dvr_rdk/../ti_tools/cgt_dsp/cgt6x_7_3_5//bin/cmp6x make[2]: *** [/opt/dm8168/dvr_rdk/../dvr_rdk/build/dvr_rdk/obj/ti816x-evm/c6xdsp/debug/MAIN_APP_c6xdsp_pe674.oe674] Error 1 make[1]: *** [apps] Error 2 m...
分类:其他好文   时间:2014-06-01 09:37:14    阅读次数:204
Windows Store Apps 开发转载
懒得写了,就直接记录转载一下文章地址吧。 如何为应用定义全局默认字体:http://blogs.msdn.com/b/gautamdh/archive/2014/03/16/how-to-change-default-font-in-windows-store-apps.aspx
分类:移动开发   时间:2014-05-31 19:38:05    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!