怕孤独白昼

文章
7
资源
1
加入时间
2年10月17天

转。LTE IDLE cell selection

<br /> <br />Cell Selection and Re-Selection<br />Cell selection entity handles the cell selection/ reselection functionality, it is responsible for selecting the most suitable cell to camp on for the UE. The cell selections are mad

Shader之——高效率高度雾 云海

在网上研究了好长一段时间的高度雾 ,大概的方法分两种,一种是屏幕特效,一种是区域的模拟,都是需要开启相机的深度图,对移动端来说效率还是有一定的影响的,最后都放弃了。用我的野路子方法实现了个物体上的高度雾,远近雾,云海 效果如图:代码如下:Shader &quot;scenes/FogSceneObj&quot;{ Properties { _MainTex (&quot;Texture&quot;, 2D) ...

Ubuntu16.04开机后黑屏无法进入系统登陆界面

之前在写小论文,接近一个月没有用Ubuntu,结果想要切换到Linux下使用Hadoop的时候,在grub界面选择第一项Ubuntu却迟迟无法进入登陆界面,一直卡在原地,特征为长久黑屏/紫屏无响应,无法按ctrl+alt+F1进入命令行以及任何其他操作,即使尝试所谓的“宕机魔术组合键”ctrl+alt+prtscr(都按住之后)+r、e、i、s、u、b(按顺序一个个按)都无法重新启动系统,看到网上...

Python库fake-useragent

参考github链接https://github.com/hellysmile/fake-useragent1.安装pip install fake-useragent2.使用案例2.1查看各浏览器的user-agent值from fake_useragent import UserAgentua = UserAgent()#chrome浏览器print(ua.chrom...

总结MySQL的分区

前言 分区是指根据一定的规则将一个大表分解成多个更小的部分,这里的规则一般就是利用分区规则将表进行水平切