1#创建用户的一些限制和注意点用户名长度必须不超过16个字符用户名是大小写敏感的2#创建用户语法:```(root@localhost)[(none)]>helpcreateuserName:‘CREATEUSER‘Description:Syntax:CREATEUSERuser_specification[,user_specification]...user_speci
分类:
数据库 时间:
2018-08-29 20:00:48
阅读次数:
162
1.强制竖屏浏览 x5-orientation 2.强制全屏显示 x5-fullscreen 3. uc 全屏显示 screen -orientation 4,禁止电话和邮箱 5.font boosting 7.fixed 方法一: 头部根据html来定位,但是会有回弹 ios的body 的over ...
分类:
移动开发 时间:
2018-06-26 23:47:52
阅读次数:
259
今天用Edge读《Automatic Text Input Generation for Mobile Testing》,遇到speci?cation,复制到词典查,结果没有这个词。 手打specification,却有。 觉得很神奇,然后发现'?'是一个字符。 但是更神奇的是,smartPDF打开 ...
分类:
其他好文 时间:
2018-06-05 21:15:05
阅读次数:
170
关于 iOS 的技术解读有很多,但是却鲜有设备可视化同步的介绍文章。本文一起了解下这个酷炫的 iOS 黑科技。 我们的任务很简单——如上图所示,实时获取设备的当前方向。 UIDevice.current.orientation 首先,需要调用 beginGeneratingDeviceOrienta ...
分类:
移动开发 时间:
2018-06-05 21:08:05
阅读次数:
322
Android的大部分手机中都有传感器,传感器类型有方向、加速度(重力)、光线、磁场、距离(临近性)、温度等。 方向传感器: Sensor.TYPE_ORIENTATION 加速度(重力)传感器: Sensor.TYPE_ACCELEROMETER 光线传感器: Sensor.TYPE_LIGHT ...
分类:
移动开发 时间:
2018-06-05 15:32:01
阅读次数:
186
第一步: npm i -S react-native-af-video-player(安装前:先安装: react-native-video、react-native-keep-awake、react-native-vector-icons、react-native-orientation、reac ...
分类:
其他好文 时间:
2018-05-27 21:40:19
阅读次数:
3536
enum orientation:byte { north =1, south =2, east =3, west=4 } 注意:声明在代码的主体之外 ...
分类:
其他好文 时间:
2018-05-15 19:45:58
阅读次数:
155
1.线性布局 LinearLayout又称作线性布局,是一种非常常用的布局。通过android:orientation属性指定了排列方向是vertical还是horizontal。 如果LinearLayout的排列方向是horizontal,内部的控件就绝对不能将宽度指定为match_parent ...
分类:
移动开发 时间:
2018-05-06 23:29:50
阅读次数:
263
一、布局原则: 1. 不应显示的设定元素的尺寸,反而元素可以改变它的尺寸,并适应它们的内容 2. 不应使用平布的坐标,指定元素的位置。 3. 布局容器和它的子元素是共享可以使用的空间 4. 可以嵌套的使用布局容器 二、布局容器 2.1 StackPanel:堆栈面板 堆栈面板的Orientation ...
@media all and (orientation : landscape) { h2{color:red;}/*横屏时字体红色*/ } @media all and (orientation : portrait){ h2{color:green;}/*竖屏时字体绿色*/ } ...
分类:
移动开发 时间:
2018-04-25 15:58:31
阅读次数:
260