有没有比 C++ 代码简单一万倍,有没有? ...
分类:
其他好文 时间:
2017-06-23 10:23:59
阅读次数:
105
Apparently, beta releases of the Gradle for Android plugin expire. AFAIK, that is not documented behavior. Right now, the only way that I know of to f ...
分类:
移动开发 时间:
2017-06-21 20:00:19
阅读次数:
185
实例: <marquee id="affiche" align="left" behavior="scroll" bgcolor="#FF0000" direction="up" height="300" width="200" hspace="50" vspace="20" loop="-1" s ...
分类:
Web程序 时间:
2017-06-20 11:02:59
阅读次数:
256
近期换了个笔记本,win10的系统,瞎折腾中!在搭建开发环境时顺便总结下AS的一些简单设置,方便自己以后查阅。1.设置启动时不自己主动打开项目File | Settings | Appearance & Behavior | System Settings > 取消Reopen last proje ...
分类:
移动开发 时间:
2017-06-19 18:36:11
阅读次数:
222
谈到游戏AI,很明显智能体拥有的知识条目越多,便显得更智能,但维护庞大数量的知识条目是个噩梦:使用有限状态机(FSM),分层有限状态机(HFSM),决策树(Decision Tree)来实现游戏AI总有那么些不顺意。 试试Next-Gen AI的行为树(Behavior Tree)吧。 虽说Next ...
分类:
其他好文 时间:
2017-06-17 13:10:10
阅读次数:
169
<marquee>标签,它是成对出现的标签,首标签<marquee>和尾标签</marquee>之间的内容就是滚动内容。<marquee>标签的属性主要有behavior、bgcolor、direction、width、height、hspace、vspace、loop、scrollamount、s ...
分类:
其他好文 时间:
2017-06-16 10:21:39
阅读次数:
135
今天接着继续来,为大家准备了移动字幕效果和form表单,这么多天挺无聊的我为大家准备了点好玩的移动字幕效果。 一、移动字幕效果 <marquee direction="up(方向)" behavior="scroll(滚动方式)" scrolldelay="1000(滚动延迟)"></marquee ...
分类:
移动开发 时间:
2017-06-12 23:54:35
阅读次数:
323
注:PhpStorm 版本为 2017.1.2 64x 一 打开设置 File --> settings 二 设置窗口主题、字体、字体大小 Appearance & Behavior --> Appearance 下面是本人自己比较偏爱的一些设置 三 设置编辑区 Editor > Colors & ...
分类:
Web程序 时间:
2017-06-11 22:17:33
阅读次数:
231
近期项目中遇到载入数据的性能问题, 原因是.net4.0的虚拟化支持不够完毕,有好多bug在4.5才修复。 我们仅仅能利用大家通用的做法来延迟载入数据:每次载入固定少量的数据。当拖动究竟后。继续载入兴许同样数量的数据。思路:监听ScrollViewer的VerticalOffsetProperty, ...
分类:
其他好文 时间:
2017-06-10 12:31:11
阅读次数:
240
infrastructure 基础结构 Load Testing:性能测试 predicts system behavior and performance exercises your entire enterprise infrastructure by emulating thousands ...
分类:
其他好文 时间:
2017-06-07 18:50:06
阅读次数:
134