码迷,mamicode.com
首页 >  
搜索关键字:maria    ( 251个结果
动态规划 uva 1025
Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find her in the first station of Algorithms City Metro, examining the ti...
分类:其他好文   时间:2015-08-07 11:16:34    阅读次数:130
centos7 下安装Apache2+MariaDB+PHP5过程详解
1.启用Apache2 Centos7默认已经安装httpd服务,只是没有启动。如果你需要全新安装,可以yum install -y httpd 启动服务:systemctl start httpd.service 设置开机自动启动:systemctl enable httpd.service HTTP服务器已经启动,进行一下简单配置 vim /etc/httpd/conf/httpd....
分类:数据库   时间:2015-08-01 11:34:38    阅读次数:260
原生 or 混合 ? 关于应用永不停息的争论
摘要:原生应用和混合应用的争论愈演愈烈。在移动技术的世界,我们需要了解本地应用和混合应用的利弊。【编者按】作者 Jose Maria Arranz是 ItsNat AJAX Java web 、ItsNat Droid Android framework 等的网站的创始人,本篇文章中,Jose 通过...
分类:其他好文   时间:2015-07-24 15:38:38    阅读次数:116
原生 or 混合 ? 关于应用永不停息的争论
摘要:原生应用和混合应用的争论愈演愈烈。在移动技术的世界,我们需要了解本地应用和混合应用的利弊。【编者按】作者 Jose Maria Arranz是 ItsNat AJAX Java web 、ItsNat Droid Android framework 等的网站的创始人,本篇文章中,Jose 通过对比原生应用和混合应用的诸多利弊,让更多的人了解到两者之间的区别,根据需求选择更适合的类型应用。混合还...
分类:其他好文   时间:2015-07-23 23:53:32    阅读次数:149
Is it too late to learn to code?
Erin Parker,?Founder Spitfire Athlete, iOS Engineer 9k?upvotes by?Francis Chen,?Gaurav Baheti,?Yue-Wing Yau,?Maria Guryanova,(more) It‘s never too late. So much can happen in a year, it can ...
分类:其他好文   时间:2015-07-16 22:45:50    阅读次数:189
Maria DB 安装
关注一下MariaDb,发现它更新得贼快贼快的,这感觉比Mysql好多了,所以弄个来玩玩,其实安装个也贼简单到,不要下载源码包,直接下个二进制包放上去就好了^-^1: 下一个对应Linux版本的二进制包,我的是Linux_x86的,解压tar包: tar -zxf mariadb_linux_x86...
分类:数据库   时间:2015-06-05 00:09:57    阅读次数:1452
URAL - 1794 Masterpieces of World Architecture(“投票法”)
Masterpieces of World Architecture Time Limit: 1000MS   Memory Limit: 65536KB   64bit IO Format: %I64d & %I64u Submit Status Description Maria Ivanovna informed all of...
分类:其他好文   时间:2015-04-21 09:44:37    阅读次数:105
RHCE7学习笔记36——Maria数据库配置与管理
Maria数据库的操作使用与Mysql基本相同一、配置安装maria数据库[root@clz~]#yuminstallmariadb\*-y启动mariadb服务:[root@clz~]#systemctlstartmariadb防火墙添加mysql服务:[root@clz~]#firewall-cmd--add-service=mysql--permanent修改配置文件/etc//my.cnf文件,添加以下编..
分类:数据库   时间:2015-02-12 18:40:43    阅读次数:254
CentOS7 MariaDB10
添加 yum 数据源:https://downloads.mariadb.org/mariadb/repositories/选择后生成:# MariaDB 10.0 CentOS repository list - created 2015-02-07 18:49 UTC# http://maria...
分类:数据库   时间:2015-02-08 06:43:20    阅读次数:289
UVa 1025 A Spy in the Metro(DP)
题意  某城市的地铁有n个车站 编号1到n  有m1辆车向右开 给出m1个从车站1出发的时间  m2辆车向左开  给出m2个从车站n出发的时间  t[i]为火车从第i个车站开到第i+1(或相反)个车站需要的时间   Maria在车站1 她需要恰在时刻T到达第n个车站  求她的最小总车站等待时间 基础的多阶段决策DP  令d[i][j]表示时刻j在i号车站剩下的最小总等待时间 每种状态有3种选择 ...
分类:其他好文   时间:2015-02-06 16:46:51    阅读次数:149
251条   上一页 1 ... 22 23 24 25 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!