我的WCF采用的是NetTcpBinding,使用时就会报错,换成BasicHttpBinding,就一切正常 The requested service, 'net.tcp://wcf.xxxxx.com:21336/GameService.svc' could not be activated. ...
分类:
Web程序 时间:
2017-11-04 13:32:05
阅读次数:
214
service-worker虽然已列入标准,但是支持的浏览器还是有限制,还有比较多的问题。 1. 生命周期 注册成功 installing > 安装成功(installed)(waiting) activating > 激活成功 (activated) > 销毁(redundant)其中任何一个步骤 ...
分类:
其他好文 时间:
2017-09-30 21:51:09
阅读次数:
210
参考: 荧光激活细胞分选在干细胞领域的应用 【求助】急!问荧光激活细胞分选技术(FACS)能按癌基因分选细胞吗? 荧光激活细胞分选术分离特定细胞群,实验和临床研究往往需要高纯度的细胞群,荧光激活细胞分选术(FACS)就是一种很好的纯化表型已知细胞群的方法。 荧光激活细胞分选转基因标记斑马鱼神经元 ...
分类:
其他好文 时间:
2017-08-06 23:02:40
阅读次数:
282
//设置鼠标长时间无操作计时器 private System.Timers.Timer MouseTimerTick = new System.Timers.Timer(10000); private void Window_Activated(object sender, EventArgs e) ...
Recent linux kernels have a feature called Address Space Layout Randomization (ASLR).ASLR is a feature that is activated by default on some of the new ...
分类:
其他好文 时间:
2017-07-07 16:39:54
阅读次数:
376
1.在editor中输入.后,plsql会执行自动完成.有时候觉得自动提示不舒服.速度慢.那可以自己设置提示键.先关闭代码自动完成:Tools->Preferences->User Interface->Code Assistant->Automatically activated ,取消选择。 设 ...
分类:
数据库 时间:
2017-05-13 16:54:59
阅读次数:
527
错误: rake aborted! Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your comm ...
分类:
系统相关 时间:
2017-05-06 14:22:20
阅读次数:
201
php打印小票错误提示:Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set… 解决办 ...
分类:
Web程序 时间:
2016-11-14 17:24:00
阅读次数:
186
//可能由于signal_row_activated()的原因,TreeView控件的signal_button_press_event()无法被正确触发,只能用release_event()代替; 如果ref_model删除空了,row就没法儿展开,尽管on_expanded()中erase后会重 ...
分类:
其他好文 时间:
2016-10-27 08:04:58
阅读次数:
149
android的selector对于android开发者而言再熟悉不过了,只要定义一个drawable目录下定义一个selector的xml文件,在布局文件中background引用这个xml文件或者在代码中setBackgroundDrawable的时候使用此xml就可以实现控件按下或有焦点或激活状态等不同状态的效果。你真的对selector的使用全了解吗?前言项目中确实用到了像多个标签,然后选中...
分类:
移动开发 时间:
2016-07-03 19:12:14
阅读次数:
207