码迷,mamicode.com
首页 >  
搜索关键字:pure c    ( 374个结果
数学(扩展欧几里得算法):HDU 5114 Collision
Matt is playing a naive computer game with his deeply loved pure girl. The playground is a rectangle with walls around. Two balls are put in different ...
分类:编程语言   时间:2016-10-09 20:11:56    阅读次数:213
KnockoutJS 3.X API 第三章 计算监控属性(4)Pure computed observables
Pure computed observables Pure computed observables是KO在3.2.0版本中推出的。她相对于之前的ComputedObservables有很多改进: 防止内存泄漏 减少计算开销 在PureComputed函数中,随着相关监控属性值变化的时候,在两种状... ...
分类:Windows程序   时间:2016-10-02 17:24:22    阅读次数:213
CentOS7.2 FTP(pure-ftpd-1.0.43)安装
一、下载最新安装包并解压cd/usr/local/srcwgetftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.43.tar.gztar-vxfpure-ftpd-1.0.43.tar.gzcdpure-ftpd-1.0.43二、准备环境yum-yinstallgcc#安装编译器yum-yinstallopensslopenssl-devel#安装依赖文件三、配置编译..
分类:其他好文   时间:2016-09-29 22:11:50    阅读次数:837
[Angular 2] Understanding Pure & Impure pipe
First, how to use a build in pipe: Then how to create a custom pipe: Notice here, we use: The reason doing this is because sort() is mutate opreation, ...
分类:其他好文   时间:2016-09-19 06:42:04    阅读次数:278
mobi.css 轻量灵活的CSS框架
Mobi.css是一个专用于手机的轻量灵活的CSS框架(基础教程qkxue.net)。 介绍 1. 压缩后只有3.6kb,低于Skeleton, Pure.css , Bootstrap v4等。 2. 大量使用 flexbox,非常灵活,主页自定义样式少于10行。 3. 专用于手机,桌面显示手机界 ...
分类:Web程序   时间:2016-09-14 09:36:09    阅读次数:261
python内存数据库pydblite
Pure-Python engine 最近由于项目开发中发现python informixDB模块对多线程的支持非常不好,当开启两个线程同时连接informix数据库的时候,数据库会报错,显示SQL process正在进行当中,根据python 多线程的机制我们怀疑是连接数据库时,informix将 ...
分类:数据库   时间:2016-09-13 06:43:00    阅读次数:1279
Java之POJO(转)
POJO 一:什么是POJOPOJO的名称有多种,pure old java object 、plain ordinary java object 等。按照Martin Fowler的解释是“Plain Old Java Object”,从字面上翻译为“纯洁老式的java对象”,但大家都使用“简单j ...
分类:编程语言   时间:2016-09-11 01:37:28    阅读次数:400
XXX_initcall()函数分析
1. 先看这些宏的定义(定义在文件include/linux/init.h中) 1 #define pure_initcall(fn) __define_initcall("0",fn,0) 2 #define core_initcall(fn) __define_initcall("1",fn,1 ...
分类:其他好文   时间:2016-09-01 18:16:21    阅读次数:140
FTP部署之pure-ftpd
FTP==filetransferprotocolhttp是让用户去访问的,而ftp是让用户去上传和下载有两种软件:pure-ftpd;vsftpd(系统自带)pure-ftpd通过映射系统用户来进行登录,虚拟用户是不能登录服务器的,但可以登录FTP下载https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1...
分类:其他好文   时间:2016-08-26 15:40:49    阅读次数:210
FTP部署之vsftpd
CentOS自带的ftp软件:vsftpdyuminstall-yvsftpd启动前需要停止pure-ftpd的服务,关闭它所占用的21端口:killallpure-ftpd启动vsftpd:/etc/init.d/vsftpdstart默认的配置文件是可以让客户端用服务端的系统用户去登录的:客户端:lftpuser3@192.168.174.128;输入密码即可登录服..
分类:其他好文   时间:2016-08-26 15:40:22    阅读次数:119
374条   上一页 1 ... 19 20 21 22 23 ... 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!