Android 开发手机壁纸3种方法 首先使用WallpaperManager wpm = (WallpaperManager) getActivity().getSystemService(Context.WALLPAPER_SERVICE);获得WallpaperManager,然后进行设置: ...
分类:
移动开发 时间:
2017-08-26 22:48:11
阅读次数:
287
linux虚拟文件系统四大对象: 1)超级块(super block) 2)索引节点(inode) 3)目录项(dentry) 4)文件对象(file) 现在先介绍第一个 一、super_block的含义: 超级块代表了整个文件系统,超级块是文件系统的控制块,有整个文件系统信息,一个文件系统所有的i ...
分类:
其他好文 时间:
2017-08-25 13:52:15
阅读次数:
257
如何对电影进行打分:根据用户向量与电影向量的内积 我们假设每部电影有两个features,x1与x2。x1表示这部电影属于爱情片的程度,x2表示这部电影是动作片的程度,如Romance forever里面x1为1.0(说明电影大部分为爱情),x2=0.01(说明里面有一点动作场面)。 还是像以前一样 ...
分类:
其他好文 时间:
2017-08-24 16:43:19
阅读次数:
258
一、项目结构 multi-module-PRoject是主工程,里面包含两个模块(Module): 二、构建项目 2.1 Parent Project 新建一个空白标准maven project(不要选择Create from archetype选项) 填写项目坐标 得到一个标准的maven项目,因 ...
分类:
其他好文 时间:
2017-08-21 14:00:23
阅读次数:
203
bootstrap中使用了custombox.js 插件,如下代码 <button href="/systems/application/add" data-target="custom-modal" type="button" class="btn_common btn-success waves ...
分类:
Web程序 时间:
2017-08-20 16:49:55
阅读次数:
209
转载自:http://blog.csdn.net/qq_14935437/article/details/71081546 OSI模型,即开放式通信系统互联参考模型(Open System Interconnection,OSI/RM,Open Systems InterconnectionRefe ...
分类:
其他好文 时间:
2017-08-19 21:09:50
阅读次数:
185
设置Redis开机启动需要如下几个步骤: 编写配置脚本 [ vim /etc/init.d/redis ] #!/bin/sh # # Simple Redis init.d script conceived to work on Linux systems # as it does use of ...
分类:
其他好文 时间:
2017-08-19 18:28:46
阅读次数:
144
?? Common Divisions In modeling object-oriented systems, the world often gets divided in several ways. First, there is the division of class and objec ...
分类:
其他好文 时间:
2017-08-19 13:00:01
阅读次数:
242
栅格系统: 栅格系统英文为“grid systems”,也有人翻译为“网格系统”,运用固定的格子设计版面布局,其风格工整简洁,在二战后大受欢迎,已成为今日出版物设计的主流风格之一。 定义为:以规则的网格阵列来指导和规范网页中的版面布局以及信息分布。 移动设备优先: meta用于设置屏幕和设备等一款级 ...
分类:
其他好文 时间:
2017-08-17 21:25:38
阅读次数:
159
Attention: 前提、前提、前提:电脑上安装scala和jdk,可以在cmd中运行scala命令: okay,next: 1.配置内容 在Tools->Build Systems->New Build System, 输入一下以下内容: { "cmd": ["scala", "$file"], ...
分类:
其他好文 时间:
2017-08-17 18:36:33
阅读次数:
219