1)关于Addressable打包大小的疑问2)华为机型上人物模型锯齿严重问题3)Unity 2019图片压缩格式选择4)Splash用到的纹理常驻内存5)新版TileMap的重叠面渲染问题 Addressable Q:如何得到Addressable打出的AssetBundle的文件大小?Addre ...
分类:
其他好文 时间:
2020-04-17 15:46:45
阅读次数:
98
u盘安装时服务进入 f2或其他进入bios 按作箭头将光标向右移到最后 选择u盘作为启动盘 然后按e 进入grub进行编辑 splash后添加 nomodeset 然后f10,进入u盘安装 安装完成可能进不去 选择安装好的系统 按e同样的添加 进入系统 sudo gedit /etc/default ...
分类:
系统相关 时间:
2020-02-13 10:06:41
阅读次数:
81
#include "musicwidget.h" #include <QApplication> #include <QDateTime> int main(int argc, char *argv[]) { QApplication a(argc, argv); QPixmap pixmap(": ...
分类:
其他好文 时间:
2020-02-11 19:09:29
阅读次数:
97
第一步:新建活动 new->Activity->Empty Activity 起名splash 第二步:下载图片 粘贴到drawable文件下 第三步:添加imageview布局到activity_splash.xml文件下 第四步:在SplashActivity写入一下代码 package com ...
分类:
其他好文 时间:
2020-01-31 21:14:50
阅读次数:
78
1.在开机gnu界面按e,进入编辑页面 在quiet splash 后添加空格pcie_aspm=off 2.开机之后在命令行输入 sudo gedit /etc/default/grub 会出现警告,不用管他,找到 GRUB_CMDLINE_LINUX_DEFAULT 关键字将其值修改为quiet ...
分类:
系统相关 时间:
2020-01-30 21:12:23
阅读次数:
103
切入到 /etx/default 目录下: 通过 vim grub 打开配置文件。 1 GRUB_DEFAULT=2 2 GRUB_TIMEOUT_STYLE=hidden 3 GRUB_TIMEOUT=7 4 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/ ...
字体反爬,是一种利用 CSS 特性和浏览器渲染规则实现的反爬虫手段。其高明之处在于,就算借助(Selenium 套件、Puppeteer 和 Splash)等渲染工具也无法拿到真实的文字内容。 这种反爬虫手段通常被用来保护页面中的关键数据,例如影片票房、外卖平台的商家电话、汽车门户上的车型报价或者是 ...
分类:
编程语言 时间:
2020-01-22 21:40:07
阅读次数:
97
Useful tool "Listary" "Ditto" "Winsnap" "Quick Look" "Myper Splash" "GifCam" "ScreenToGif" "Free Download Manage" "Simple sticky notes" "f.lux" "Snipa ...
官网: https://splash.readthedocs.io/en/stable/index.html 常用 1、render.html 格式: http://10.63.32.49:8050/render.html?url=https://www.baidu.com&wait=3.0&tim ...
分类:
其他好文 时间:
2019-11-19 13:48:27
阅读次数:
77
一、写在前面 1、背景 最近有个爬“某车之家”网站里论坛帖子的 spike,遇到一系列的问题,遂这里整理下。 这里以爬此网站的“奔腾T99论坛” 为例。 2、技术选型 用我最近在捣鼓也最熟悉的框架+库:scrapy + splash 3、实现 (1)建表 帖子表 carPostList 帖子的评论表 ...
分类:
Web程序 时间:
2019-11-17 17:56:55
阅读次数:
171