1 using PropertyGridHelpers.Controls; 2 using System; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Drawing.Design ...
分类:
Windows程序 时间:
2019-05-02 13:18:56
阅读次数:
1035
文章目录 apply、call apply、call 区别 apply、call实例 数组之间追加 获取数组中的最大值和最小值 验证是否是数组(前提是toString()方法没有被重写过) 类(伪)数组使用数组方法 面试题 bind 绑定函数 偏函数(Partial Functions) 和setT ...
分类:
移动开发 时间:
2019-05-01 11:58:34
阅读次数:
199
Isolation Mode 也被称作为Plugin Trust CRM里面有两种plugin trust / isolation mode 1. Full Trust 只在OP系统中可使用,没有限制 plugin 挂掉之后会影响到CRM服务器运行. 可以访问服务器文件 2. Partial Tru ...
分类:
其他好文 时间:
2019-04-28 22:04:20
阅读次数:
156
SGI STL sort源码 其中_lg()用来控制分割恶化的情况,分割的层数小于log2(last-first)*2,使用快排,大于时,使用堆排序 ...
分类:
其他好文 时间:
2019-04-28 17:18:04
阅读次数:
142
最近在v2ex上看到有人说微博图床开始限制外链了。当时我看了看我的博客,图片还好。第二天再去看的时候就挂了。评论里有人说改一个no-ferrer能解决。 记录一下操作方法。 N:\blog\themes\jacman\layout\_partial\head.ejs 修改上述路径的文件,jacman ...
分类:
其他好文 时间:
2019-04-27 09:45:46
阅读次数:
238
原文:WPF Prism框架下基于MVVM模式的命令、绑定、事件 Prism框架下的自定义路由事件和命令绑定 BaseCode XAML代码: View Code CS代码: public partial class PrismCommandEx : Button { public PrismCom... ...
元素的定位 webdriver 提供了一很多对象定位方法 例如: [ id ] , name , class name , link text , partial link text , tag name, xpath , css selector 例如:下图 还可以 通过css 属性 获取 XPa ...
分类:
其他好文 时间:
2019-04-24 00:21:37
阅读次数:
146
Let's say we want to write a most simple implementation 'avg' function: Basiclly, the 'avg' function doing two things: Calculate sum Divide sum / leng ...
分类:
移动开发 时间:
2019-04-22 22:57:22
阅读次数:
182
栗 子 1、id 获取id 的属性值 2、starts-with 顾名思义,匹配一个属性开始位置的关键字 -- 模糊定位 3、contains 匹配一个属性值中包含的字符串 -- 模糊定位 4、text() 函数文本定位 5、last() 函数位置定位 eg <a id="setf" href="/ ...
分类:
其他好文 时间:
2019-04-04 00:01:52
阅读次数:
234
原文:WPF 组织机构下拉树多选,递归绑定方式现实使用HierarchicalDataTemplate递归绑定现实 XAML代码: ... ...