主要是针对报错:This could be due to the service endpoint binding not using the HTTP protocol....... (这是网上找的帖子,做个笔记便于查找,没有测试) Client Config: Server Config: ...
分类:
其他好文 时间:
2018-03-20 10:38:17
阅读次数:
212
http://groovy-lang.org/structure.html 3.2. Script class A script is always compiled into a class. The Groovy compiler will compile the class for you, ...
分类:
其他好文 时间:
2018-03-19 23:32:11
阅读次数:
208
具体要求: 导入: 1.在CRM中,创建相应物理表,存储Follow/Binding记录。openid作为逻辑主键 2.Follow/Binding导入相互不影响,一个失败另外一个继续执行 3.Follow中visit为1代表关注,为0代表取关。能够写入CRM的前提是满足ok文件check 满足批次 ...
分类:
其他好文 时间:
2018-03-19 16:51:23
阅读次数:
130
错误日志 SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ...
分类:
编程语言 时间:
2018-03-16 18:45:35
阅读次数:
784
今天记录一下Binding的基础和具体的使用方法,说起这个Binding,在WPF中,Binding是很重要的特征,在传统的Windows软件来看,大多数都是UI驱动程序的模式,也可以说事件驱动程序,这个程序模式在工作过几年的程序员中是根深蒂固的,WPF作为Winform的升级,它把UI驱动程序彻底 ...
1 using System; 2 using System.Collections.Generic; 3 using System.Windows.Input; 4 5 namespace WPF.Commands 6 { 7 /// 8 /// This class allows delegat... ...
Chip-seq peak annontation的简单流程 ...
分类:
其他好文 时间:
2018-03-10 19:32:12
阅读次数:
207
第一步:停止原来的MySQL服务,管理员命令下打开cmd,然后net stop mysql 第二步:备份原来数据库的文件,在C:\MySQL 相应的版本目录下面,有data目录,将此目录复制到其他地方备份。 第三步:运行MySQL的卸载程序,可以使用360或者QQ电脑管理的软件管理,或者是控制面板程 ...
分类:
数据库 时间:
2018-03-09 10:37:50
阅读次数:
200
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.ros.dao.LogMapper.insert at org.apache.ibatis.binding.MapperMetho ...
分类:
移动开发 时间:
2018-03-09 10:35:22
阅读次数:
195
我们要做的效果是这样的,左侧是可折叠的菜单栏,右侧是内容区域,点击左侧的菜单项右侧内容区域则相应地切换。这篇博客标题起得比较随意了,因为很多软件、网站都有这种布局效果,所以请忽略。 wpf实现的话,我的办法是用一个tabcontrol,修改tabcontrol的样式模板,首先将控件的TabStrip ...
分类:
Windows程序 时间:
2018-03-05 12:52:30
阅读次数:
1445