grid-template-areas
网格布局允许指定 区域(area),一个区域由单个或多个单元格组成 #container { grid-template-areas: "a b c" "d e f" "g h i"; } 上面代码先划分出 …
feWorkflow - 使用 electron、react、redux、immutable 构建桌面 App
使用 react, redux, immutable 框架做 ui 开发,仍然基于运行 gulpfile 的方案,这样可以使每个使用自己团队的 gulp 工作流快速接入和自由调整。 15 …
获取 Android 已安装的 app 信息
PackageManager pm = getPackageManager(); // 获得 PackageManager 对象 Intent mainIntent = new Intent(Intent. ACTION_MAIN, null ); mainIntent.…
- 共 1 页
- 1