首页 > 2015年05月08日 > 全部分享
POJ1934:Trip(LCS)
Description Alice and Bob want to go on holiday. Each of them has planned a route, which is a list of cities to be visited in a given order. A route may contain a city more than once.  As they wan...
分类:其他   时间:2015-05-08 18:05:57    收藏:0  评论:0  赞:0  阅读:287
java.io.IOException: The input doesn't contain any classes. Did you specify the proper '-injars' opt
问题场景在使用Maven + Proguard打包项目进行混淆时,提示以下错误:[proguard] ProGuard, version 4.4 [proguard] Reading input... [proguard] java.io.IOException: The input doesn't contain any classes. Did you specify the proper...
分类:编程语言   时间:2015-05-08 18:05:47    收藏:0  评论:0  赞:0  阅读:1557
递归和循环
1 # Definition for a binary tree node. 2 # class TreeNode: 3 # def __init__(self, x): 4 # self.val = x 5 # self.left = None 6 # ...
分类:其他   时间:2015-05-08 18:04:47    收藏:0  评论:0  赞:0  阅读:217
500 OOPS: vsftpd: refusing to run with writable anonymous root
500 OOPS: vsftpd: refusing to run with writable anonymous root以下就是解决的三个步骤,其中第一步,是我一直没有搞明白的,也是其中的重点: 1当时我在服务器上用命令ftp时,出现了以下的提示500 OOPS: vsftpd: refusin...
分类:其他   时间:2015-05-08 18:04:27    收藏:0  评论:0  赞:0  阅读:242
设计模式主要分三个类型:创建型、结构型和行为型
设计模式主要分三个类型:创建型、结构型和行为型。 其中创建型有: 一、Singleton,单例模式:保证一个类只有一个实例,并提供一个访问它的全局访问点 二、Abstract Factory,抽象工厂:提供一个创建一系列相关或相互依赖对象的接口,而无须指定它们的具体类。 三、Factory Meth...
分类:其他   时间:2015-05-08 18:04:17    收藏:0  评论:0  赞:0  阅读:235
Undefined symbols for architecture armv7
ld: symbol(s) not found for architecture armv7Undefined symbols for architecture armv7:意思是找不到某个类的framework,查看你是不是引用了没有加到building Phase里的framework的类。查去...
分类:其他   时间:2015-05-08 18:04:07    收藏:0  评论:0  赞:0  阅读:159
怒学三算法 POJ 2387 Til the Cows Come Home (Bellman_Ford || Dijkstra || SPFA)
Til the Cows Come HomeTime Limit:1000MSMemory Limit:65536KTotal Submissions:33015Accepted:11174DescriptionBessie is out in the field and wants to get ...
分类:编程语言   时间:2015-05-08 18:03:57    收藏:0  评论:0  赞:0  阅读:295
Baseline is the new old
I remember the very first time I saw the reference to a "Baseline database" in AX2012. It wasn't perfectly clear what the purpose of this database was...
分类:其他   时间:2015-05-08 18:03:47    收藏:0  评论:0  赞:0  阅读:237
判断手机连接的是fdd还是tdd的办法
判断手机连接的是fdd还是tdd的办法http://bbs.ydss.cn/thread-550035-1-1.html移动4G一般都是tdd,联通则可能有tdd,还有可能是fdd,判断手机连接的是tdd还是fdd的办法:1、上网搜索安装谷歌安装器1.5版本这个apk,安装谷歌三件套,按照提示重启手...
分类:移动平台   时间:2015-05-08 18:03:37    收藏:0  评论:0  赞:0  阅读:460
[转]AngularJS 使用 UI Router 实现表单向导
本文转自:http://www.oschina.net/translate/angularjs-multi-step-form-using-ui-router今天我们将使用AngularJs和伟大的UI Router以及Angular ngAnimate module创建一个带动画的多步表单。这项技...
分类:Web开发   时间:2015-05-08 18:03:27    收藏:0  评论:0  赞:0  阅读:291
作业5.2(封装及测试)
开发环境:eclipse结对同伴 :37 施少涛同伴博客:http://www.cnblogs.com/shishaotao/预计用时:半天实际用时:1天新增功能:1.空值异常处理 2.做错题目可提示做错并给出正确答案 3.可继续做题import java.awt.EventQueue;import...
分类:其他   时间:2015-05-08 18:03:17    收藏:0  评论:0  赞:0  阅读:307
stylesheet
相信各位对这个属性都身熟悉了,对于该属性的介绍就不在这里赘述了,百度一下,关于它的介绍太多了,在这里做个记录,就是在网页中通过link标记引入css文件的时候,stylesheet属性不能省略,省略则会导致浏览器无法正常解析css样式表。今天本来是在用bootstrap框架写移动端的页面,但有个框架...
分类:其他   时间:2015-05-08 18:03:07    收藏:0  评论:0  赞:0  阅读:249
Xcode 插件
敲3个/ 出现https://github.com/onevcat/VVDocumenter-Xcode把鼠标放在 对应的color上显示 颜色http://alcatraz.io
分类:其他   时间:2015-05-08 18:02:57    收藏:0  评论:0  赞:0  阅读:230
Android开源框架:Universal-Image-Loader解析(四)TaskProcess
Universal-Image-Loader中,对Task的处理有两种方法:FIFO,LIFO在core/assist下的deque包中,其主要是定义了LIFOLinkedBlockingDeque,其他的几个均在java.util和java.util.concurr中下面我们对queue和dequ...
分类:移动平台   时间:2015-05-08 18:02:47    收藏:0  评论:0  赞:0  阅读:164
Compartilhar总结
页面重构主要结构Div class=“world” 主页面背景。Div class=“header” 主要内容部分Div class=“main” 动画视觉区。Div class=“footer” 版权区Div class=“cloud” 在主背景上添加些云彩动画效果主要代码margin: 居中对齐...
分类:其他   时间:2015-05-08 18:02:37    收藏:0  评论:0  赞:0  阅读:176
修改CSV中的某些值 -- 2
C:\aaa.csv"IPAddress","FullDomainName","RequestedTargetGroupName""10.103.16.65","cnhzpd-ftdx8x1","""10.103.22.812","cnhz","""10.103.22.81","cnhzpd-hxd...
分类:其他   时间:2015-05-08 18:02:17    收藏:0  评论:0  赞:0  阅读:261
js中 函数也是对象
var A = function A() {};A.fn = function () { alert(this);};A.fn();根据:1:函数可以像对象一样添加属性和方法。2:函数的方法执行时this指向函数本身而不是window对象。
分类:Web开发   时间:2015-05-08 18:02:07    收藏:0  评论:0  赞:0  阅读:211
清除结果中的空值
Get-CimInstance -Classname Win32_NetworkAdapterConfiguration | Where {$_.IPAddress} | select -Property ipaddress-OR-Get-CimInstance -Classname Win32_N...
分类:其他   时间:2015-05-08 18:01:57    收藏:0  评论:0  赞:0  阅读:216
共有49款Windows GUI开发框架开源软件 【转】
源文 : http://www.oschina.net/project/tag/178/gui?lang=36&os=0&sort=view&p=1桌面应用开发引擎 AlloyDesktopAlloyDesktop 是 HTML5 本地 App 开发引擎,是一个能将网页像软件一样运行在桌面上的app...
分类:Windows开发   时间:2015-05-08 18:01:47    收藏:0  评论:0  赞:0  阅读:1914
Android string.xml 显示特殊符号
项目中要在string.xml 中显示特殊符号,如@号冒号等,直接写肯定不行啦。。只能考虑使用ASCII码进行显示:@号 @:号 :空格  以下为常见的ASCII十进制交换编码: --> !"#$%&'()*+,-./:;=>?@[--]-->]^_...
分类:移动平台   时间:2015-05-08 18:01:27    收藏:0  评论:0  赞:0  阅读:187
1798条   上一页 1 ... 30 31 32 33 34 ... 90 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!