码迷,mamicode.com
首页 >  
搜索关键字:Matter    ( 326个结果
HDU 模拟判断规则
Problem @ Problem Description It's time to prepare the problems for the 14th Zhejiang Provincial Collegiate Programming Contest! Almost all members of ...
分类:其他好文   时间:2018-05-21 00:05:00    阅读次数:226
java的时间获取
System类代表系统,系统级的很多属性和控制方法都放置在该类的内部。该类位于java.lang包。 currentTimeMillis方法 public static long currentTimeMillis() 该方法的作用是返回当前的计算机时间,时间的表达格式为当前计算机时间和GMT时间( ...
分类:编程语言   时间:2018-05-18 11:24:05    阅读次数:199
Logging模块
1.日志记录级别 logging.debug<logging.info<logging.warning<logging.error<logging.critical 关键是最高级别,Info是最低级别,即如果我们配置了“WARNING”的日志,我们的日志文件将包含WARNING,ERROR&CRIT ...
分类:其他好文   时间:2018-05-15 01:54:24    阅读次数:201
logging模块
Python 使用logging模块记录日志涉及四个主要类,使用官方文档中的概括最为合适: logger提供了应用程序可以直接使用的接口; handler将(logger创建的)日志记录发送到合适的目的输出; filter提供了细度设备来决定输出哪条日志记录; formatter决定日志记录的最终输 ...
分类:其他好文   时间:2018-05-12 21:40:24    阅读次数:205
Entity Framework分页扩展
Entity Framework分页在我初入门时总是困扰这我,无论是SQL分页还是Entity Framework的分页,总是显得那么麻烦,因此对于Entity Framework单独封装了分页。 一、分页原理 对于分页本质是针对现有数据进行分段展示,如图: 对于这12条数据属于筛选后的数据,针对筛 ...
分类:其他好文   时间:2018-05-08 12:10:05    阅读次数:180
Download and Install Apache Zookeeper on Ubuntu
http://www.techburps.com/misc/download-and-install-apache-zookeepr/36 In previous article of this Big-Data tutorials series we have seen, What is Apac ...
分类:Web程序   时间:2018-05-06 18:03:39    阅读次数:230
Deep RL Bootcamp Frontiers Lecture I: Recent Advances,
high bias if the robot has learnt something (no changes appear with iterations) however, in the real world tasks, the task could change a little bit, ...
分类:其他好文   时间:2018-05-04 18:25:31    阅读次数:216
feeling
Life is like a book , the content is write by yourself . No matter it is funny or unhappy, what you were going through is valuable. Be yourself is the ...
分类:其他好文   时间:2018-04-24 15:35:26    阅读次数:152
后台的数据要显示在前端,进行数据类型转换的几种方法
1、在Dto上加Formatter,前端直接获取formatter 2、easyUI:在js里添加formatter { field: 'EnableFormatter', title: '是否有效', width: 100, sortable: true, formatter: function( ...
分类:其他好文   时间:2018-04-18 19:11:32    阅读次数:186
Matter.js设置碰撞规则
Matter是一套不错的js物理引擎,LayaAir内置后,变得更加好用Matter相互碰撞提供了collisionFilter属性,支持三种属性,分别是groupcategorymask使用三种属性,就能设计出很复杂的碰撞关系其中规则如下:第一种情况在两个group相等的前提下如果任意group大于零,则两者始终碰撞,比如大家都是1,这大家相互直接始终碰撞如果任意group小于0,比如大家都是-
分类:Web程序   时间:2018-04-17 12:02:46    阅读次数:255
326条   上一页 1 ... 17 18 19 20 21 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!