原文:WPF钟表效果实现WPF在样式定义和UI动画上面相对于以前的技术有了不少的提升,下面给出WPF技术实现钟表的效果: 1、Visual Studio新建一个WPF应用程序,命名为WpfClock,新建一个images文件夹,并准备一个钟表的背景图片和程序图标素材。 2、编辑MainWindow.... ...
JSON-RPC: a tale of interfaces 27 April 2010 Here we present an example where Go's interfaces made it easy to refactor some existing code to make it m ...
分类:
Web程序 时间:
2018-09-25 11:32:19
阅读次数:
238
A GIF decoder: an exercise in Go interfaces 25 May 2011 Introduction At the Google I/O conference in San Francisco on May 10, 2011, we announced that ...
分类:
其他好文 时间:
2018-09-25 11:29:07
阅读次数:
203
The high level of English is a standard for a top student. 1. The secret of flowers is to present spring with a fragrant posture, to display her born ...
分类:
其他好文 时间:
2018-09-24 21:21:05
阅读次数:
182
1. 批量修改文本 Ctrl+W可选中光标所在的单词,然后Alt+J可以进行多次选择。 2. 使用Alt+V快捷键,选择Enter Presentation Mode进入演出模式 3. Alt+V选择去掉Navigation Bar,需要时可使用Alt+home。 4. Alt+1鼠标定位到proj ...
分类:
其他好文 时间:
2018-09-22 21:27:18
阅读次数:
190
https://tools.ietf.org/html/rfc8446#section-2.3 简要内容.. [Docs] [txt|pdf] [draft-ietf-tls-...] [Tracker] [IPR] [Errata] PROPOSED STANDARD Errata Exist T ...
分类:
其他好文 时间:
2018-09-22 21:25:41
阅读次数:
213
原文:WPF实现QQ群文件列表动画(一) QQ群大家都用过,先看下目前QQ的群文件列表容器的效果: 细心点大家就会发现,这玩意收缩和展开是带动画的,并不是很僵硬地直接收缩或者直接展开,毫无疑问,如果用WPF实现这样的效果,这里的最佳控件是Expander,WPF的Expander控件自带Collap... ...
数组:Array 01.在内存中开辟一连串的空间 02..java有严格的数据类型限制,一个数组只能声明一个数据类型,存放同一种数据类型。 03.便于我们查询 因为有下标(索引) 04.增删的效率低,因为元素之后的数据都要改变 05.一旦数组初始化完成,数组的所占的内存空间将被固定,长度不可变,即使 ...
分类:
其他好文 时间:
2018-09-19 16:27:42
阅读次数:
180
1 ERROR 1175 delete from user where username = 'monkey' 编译报错: Error Code: 1175. You are using safe update mode and you tried to update a table without ...
分类:
数据库 时间:
2018-09-18 14:57:45
阅读次数:
143
快速开始 本文描述了如何用 Yarn 服务框架在 Yarn 上部署服务。 配置和启动 HDFS 和 Yarn 组件 首先启动 HDFS 和 Yarn 的各个组件。为启用 Yarn 服务框架,添加以下参数到 yarn-site.xml 文件中并重启 ResourceManager,或在 Resourc ...
分类:
其他好文 时间:
2018-09-16 20:51:28
阅读次数:
567