mthoutai

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 172 下一页

2017年5月5日

摘要: 1、xml中引用ViewPager <android.support.v4.view.ViewPager android:id="@+id/viewPager" android:layout_width="fill_parent" android:layout_height="wrap_conten 阅读全文
posted @ 2017-05-05 15:50 mthoutai 阅读(486) 评论(0) 推荐(0)

摘要: 代码源于看雪林版在我群里介绍注冊一个俄文安卓论坛。发出来了链接大家在測试注冊。 http://4pda.ru/forum/index.php? 註册方式請参看: _https://forum.tuts4you.com/topic/36183-downloading-from-4pda/ 打开上面这个 阅读全文
posted @ 2017-05-05 15:19 mthoutai 阅读(2907) 评论(0) 推荐(0)

摘要: Docker官方的Docker hub尽管提供了有非常多image,也基本上包括了我们须要使用的,可是其訪问起来比較慢。假设自己要定制image。多台server之间的共享使用此image非常不方便。这个时候我们就迫切须要一个本地的私有仓库了。以下的图说明了Docker私有仓库的作用。 Docker 阅读全文
posted @ 2017-05-05 14:31 mthoutai 阅读(5525) 评论(0) 推荐(0)

摘要: 前端project师和交互设计师之间理所当然的存在着一些联系。从还有一个角度看前端工作,前端人员既能定义为设计师。更重要的是应该对用户心理有完整的了解和研究。有一句话能够充分的证明这两者之间剪不断理还乱的关系,“在前端眼里。UI设计稿是动态的”。 前端与交互设计的工作内容相辅相成。他们有共同的目标, 阅读全文
posted @ 2017-05-05 13:06 mthoutai 阅读(268) 评论(0) 推荐(0)

摘要: import java.math.BigDecimal; public class Arith { /** * 因为Java的简单类型不可以精确的对浮点数进行运算,这个工具类提供精 * 确的浮点数运算,包含加减乘除和四舍五入。 */ //默认除法运算精度 private static final i 阅读全文
posted @ 2017-05-05 12:17 mthoutai 阅读(201) 评论(0) 推荐(0)

摘要: C3P0数据库连接池使用 1、拷贝jar包:c3p0-0.9.1.2.jar c3p0-0.9.1.2-jdk1.3.jar c3p0-oracle-thin-extras-0.9.1.2.jar(oracle须要) 2、书写配制文件放在src文件夹下:c3p0-config.xml(名字仅仅能是这 阅读全文
posted @ 2017-05-05 10:59 mthoutai 阅读(225) 评论(0) 推荐(0)

摘要: 导数使用T.grad计算。 这里使用pp()打印梯度的符号表达式。 第3行输出是打印了经过优化器简化的符号梯度表达式,与第1个输出相比确实简单多了。 fill((x** TensorConstant{2}), TensorConstant{1.0})指创建一个x**2大小的矩阵,并填充1。 impo 阅读全文
posted @ 2017-05-05 10:02 mthoutai 阅读(199) 评论(0) 推荐(0)

摘要: Problem Description: Given a collection of intervals, merge all overlapping intervals. For example, Given [1,3],[2,6],[8,10],[15,18], return [1,6],[8, 阅读全文
posted @ 2017-05-05 09:28 mthoutai 阅读(294) 评论(0) 推荐(0)

摘要: 原文:openstack-install-guide-yum-icehouse.pdf/7. Add a networking service/Networking concepts OpenStack的Neutron能够管理OpenStack环境中的虚拟 网络基础设施(VNI)。和物理网络基础设施 阅读全文
posted @ 2017-05-05 08:38 mthoutai 阅读(3178) 评论(0) 推荐(0)

2017年5月4日

摘要: 对于刚開始学习的人而言,好多人都是直接使用鼠标进行操作。差点儿非常少使用快捷键,从而再练习编程时比别人慢那么一点,今天就把刚開始学习的人最经常使用的几个快捷键给大家总结下,当然欢迎大家补充。 (1)command+0(零)使用前后例如以下图,显示和隐藏左边导航器面板 使用前: command+0前. 阅读全文
posted @ 2017-05-04 21:54 mthoutai 阅读(233) 评论(0) 推荐(0)

上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 172 下一页