码迷,mamicode.com
首页 >  
搜索关键字:twaver mono design    ( 6698个结果
[UI]Flat UI - Free Boorstrap Framework and Theme
----------------------------------------------------------------------------------------------------------Flat UI Free - Design Framework (html/css3/l...
分类:其他好文   时间:2014-10-03 21:48:05    阅读次数:348
MonoTouch 二三事(三)mono mkbundle 打包程序的解包支持
许久以后,这个续上这个系列的第三篇。玩过mono的可能知道mono有一个工具mkbundle,可以把mono的运行时与类库与你的程序的依赖程序集都打包成一个可执行文件,在win下为exe文件,例如mandroid.exe,mtouch.exe,在mac下的Mach-O文件,例如mtouch,mtou...
分类:其他好文   时间:2014-10-03 19:09:35    阅读次数:246
Windows 10技术浏览版评测
距win8发布(2012/10/26)不到两年,微软就发布了下一代操作系统,仿佛是为了破解偶数必败的规律,微软跳过了windows9,直接使用windows10来对新系统进行命名,在微软发布Windows Technical Preview之后,笔者就获得了该镜像,并第一时间安装,闲话不多说,让我们来看一下win10的new design吧~ 首先安装过程基本没有变化,不过安装界面仍然是...
分类:Windows程序   时间:2014-10-03 19:00:34    阅读次数:258
codeforces #270 ABCD
Codeforces Round #270A - Design Tutorial: Learn from Math 题意:给出n,求出两个合数x和y使x+y=n。题解:暴力筛合数,然后暴力找 1 //#pragma comment(linker, "/STACK:102400000,10240000...
分类:其他好文   时间:2014-10-03 13:54:24    阅读次数:344
Best Time to Buy and Sell Stock III
题目Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete...
分类:其他好文   时间:2014-10-03 13:37:34    阅读次数:225
[Stanford] RPN Calculator (overall design)
RPN(Reverse Polish Notation),逆波兰表达式。RPN Calculator is a calculator that uses the Reverse Polish Notation method of user interaction, which is typicall...
分类:其他好文   时间:2014-10-03 13:11:44    阅读次数:199
Codeforces 472(#270 ) D Design Tutorial: Inverse the Problem
题意:给你一棵数的距离矩阵,问你这个矩阵是否合法解题思路:利用树的性质进行prime 和连边,产生最小生成树,最后看最小生成树是否和给出的一致就行解题代码: 1 // File Name: d.cpp 2 // Author: darkdream 3 // Created Time: 2014...
分类:其他好文   时间:2014-10-03 01:04:13    阅读次数:294
到底应该选择那种Linux.NET的部署方式?
当前部署Linux.NET环境的方式可谓是五花八门,既有传统的源码编译的方式、又有各式各样的一键安装脚本、还有绿色包安装方式,而随着Mono官方的新站上线,更增加了采用RPM包的部署方式。那对于一名Linux.NET的初学者来说,我们又该如何选择?下面,本文将对这几种的安装方式进行优缺点的比较,从....
分类:Web程序   时间:2014-10-03 00:31:33    阅读次数:289
Visual Studio 切换到设计模式卡死解决方法
有没有在切换到Design或者Split的的页面时程序卡死原来是因为vs没有管理员权限的原因。。。。。。蛋疼。。。。。解决方法,让VS任何时候都以管理员权限打开In case you badlyneed Visual Studio to Run as Administrator, you can m...
分类:其他好文   时间:2014-10-02 18:47:13    阅读次数:277
LeerCode 123 Best Time to Buy and Sell Stock III之O(n)解法
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-10-02 13:58:53    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!