码迷,mamicode.com
首页 >  
搜索关键字:ios9 https    ( 132924个结果
[leetcode]Anagrams @ Python
原题地址:https://oj.leetcode.com/problems/anagrams/题意:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be i...
分类:编程语言   时间:2014-06-29 13:25:28    阅读次数:355
在windows XP系统下硬盘(无光盘)安装ubuntu-14.04-server
##1. 下载ubuntu14.04iso镜像,可以到(ubuntu官网)[http://www.ubuntu.com/download]下载;比如我们下载的是ubuntu-14.04-server-amd64.iso##2. 配置启动项###2.1 下载[grub4dos](https://cod...
分类:Windows程序   时间:2014-06-29 12:24:47    阅读次数:396
[MS-SQL]20130806_LocalDB安装
安装地址:https://www.microsoft.com/betaexperience/pd/SQLEXPNOCTAV2/enus/default.aspxhttp://www.microsoft.com/zh-cn/download/details.aspx?id=29062介绍:微软SQL ...
分类:数据库   时间:2014-06-06 08:36:07    阅读次数:281
TCP调试助手
网络开发经常要用到一些TCP&UDP的调试工具,搜集一些备用。目前总结工具有(不分先后):chrome等自带调试器调试HTTPFiddler(.NET)和Charles debugger(JAVA)wiresharksokit(使用C++语言,QT基础库开发,开源,https://code.goog...
分类:其他好文   时间:2014-06-06 08:29:03    阅读次数:260
[leetcode]Interleaving String @ Python
原题地址:https://oj.leetcode.com/problems/interleaving-string/题意:Givens1,s2,s3, find whethers3is formed by the interleaving ofs1ands2.For example,Given:s1...
分类:编程语言   时间:2014-06-06 07:26:08    阅读次数:351
[工具]SublimeText编辑器一些设置-JAVA编译运行
Sublime Text 2 一些设置January 10th, 2013731viewsPosted in软件Write comment个人的关于Sublime Text 2的一些设置和插件。关于安装:程序主页:https://sublimetext.com/Windows7/8下安装版的配置文件...
分类:编程语言   时间:2014-06-05 21:30:48    阅读次数:452
用开源Look&Feel (Substance)写 漂亮的Swing应用程序
今天用Swing 做了一个模仿QQ2009的登录界面,用到了开源的Look&Feel (Substance),在使用的过程中遇到了一些问题,也学到了一些技巧。Substance (https://substance.dev.java.net)有很多的外观可以选择,而且都很漂亮,还提供了强大的API供...
分类:Windows程序   时间:2014-06-05 19:18:33    阅读次数:474
python版protobuf 安装
1. 下载protobuf源代码(当前最新版本为:2.5.0) #cd /opt #wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz 2. 解压,编译,安装 #tar zx...
分类:编程语言   时间:2014-06-05 17:44:39    阅读次数:4474
iOS开发 点菜系统 使用UIPickerView
利用UIPickerView实现一个简单的点菜界面,如下图所示。源码地址:https://github.com/xiaoLong1010/iOSAppDemo.gitUIPickerView有两个协议UIPickerViewDataSource,UIPickerViewDelegate,它们为UIP...
分类:移动开发   时间:2014-06-05 15:10:38    阅读次数:292
学习资源(二)
最近在微博中发现MOOC上有了Python的教程,出于兴趣就打算简单的听一听了解一下,今天听了第一期的讲座,老师讲的非常形象,大家有兴趣可以去看一看https://class.coursera.org/pythonlearn-002/lecture课程是全英文的,但是有英文字幕,在学习的同时可以学习...
分类:其他好文   时间:2014-06-05 14:35:33    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!