using System.Collections; using System.Collections.Generic; using UnityEngine; public class WindVaneCom : MonoBehaviour { public static WindVaneCom in ...
分类:
编程语言 时间:
2019-01-15 20:29:36
阅读次数:
160
【经济学人】双语阅读:律师事务所 标价更高 收益更少 Business 商业报道 Law firms 律师事务所 Charging more, getting less 标价更高,收益更少 Lawyers' biggest customers are discovering that they ca ...
分类:
其他好文 时间:
2019-01-13 22:21:59
阅读次数:
196
com.daimajia.slider.library.SliderLayout 是挺好用的轮播图控件,但是底部灰色背景有时候用不到,所以得去掉。 sliderLayout.setCustomAnimation(new DescriptionAnimation()); 这个方法是设置灰色背景动画 我 ...
分类:
移动开发 时间:
2019-01-12 18:01:57
阅读次数:
293
//5-2-9 discreet brawl faeces knuckle be tipped to do massacre hitch antics tipsy Aussie chauvinism drudgery fetish cackle calamity pizzazz cushy plat ...
分类:
其他好文 时间:
2019-01-09 20:29:17
阅读次数:
158
cisco的是全页打印配置信息的命令: 华为和h3c的是: ...
分类:
系统相关 时间:
2019-01-09 11:23:12
阅读次数:
196
PyQt5 应用在 TeamViewer 下无法使用全屏模式 问题描述 使用 PyQt5 (版本为 5.7)中的 QtWebEngineView 构建的桌面应用,部署到远程机器(Windows 7 平台)上以全屏模式运行时,通过 teamviewer 观察到远程桌面没有变化,但是鼠标右键后会弹出菜单 ...
分类:
其他好文 时间:
2019-01-05 20:05:49
阅读次数:
223
转自分享 public static void Win(this Window window) { //如果是全屏,则最小化 if (window.WindowState == WindowState.Maximized) { window.Topmost = false; window.Windo ...
Second Order Statistics (CF22A) 题解 这是一道CF的题目(Code Forces 22A) 题目(英文): Once Bob needed to find the second order statistics of a sequence of integer num ...
分类:
其他好文 时间:
2019-01-02 20:44:42
阅读次数:
165
摘要: 在Delphi的VCL库中,为了使用以及实现的方便,应用对象Application创建了一个用来处理消息响应的隐藏窗口。而正是这个窗口,使得用VCL开发出来的程序存在着与其他窗口不能正常排列平铺等显得有些畸形的问题。本文通过对VCL的深入分析,给出了一个只需要对应用程序项目文件作3行代码的修 ...