51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#si
Carrying per-request context using the HttpRequestMessage.Properties
InaWebAPIapplication,IuseCastleWindsortosupplyservicesconfiguredwithPerWebRequestlifetimeandeverythingworksfineonIIS.However,whenIusetheASP.NETWebAPISelfH...
代码星球
·
2020-04-05
Carrying
per-request
context
using
the
Dependency Injection in ASP.NET Web API 2 Using Unity
A dependency isanyobjectthatanotherobjectrequires.Forexample,it'scommontodefinea repository thathandlesdataaccess.Let'sillustratewithanexamp...
代码星球
·
2020-04-05
Dependency
Injection
in
ASP.NET
Web
Mono addin 学习笔记 6 ExtensionNode
本章,我们将来学习扩展节点...
代码星球
·
2020-04-05
Mono
addin
学习
笔记
ExtensionNode
unicode 转码 ansi
#include"stdafx.h"#include<Windows.h>#include<stdio.h>HRESULTSomeCOMFunction(BSTR*bstr){*bstr=::SysAllocString(L"你好,软件测试,lenmom");returnS_OK;}int_tm...
代码星球
·
2020-04-05
unicode
转码
ansi
Mono addin 学习笔记 5 TypeExtensionPoint
1.Attribute声明方式定义扩展点:[TypeExtensionPoint]publicinterfaceICommand{ voidRun();}定义扩展:[Extension] publiccl...
代码星球
·
2020-04-05
Mono
addin
学习
笔记
TypeExtensionPoint
Mono addin 学习笔记 4 再论数据扩展点(Data only extension point)
1.Attribute声明方式定义扩展属性 [AttributeUsage(AttributeTargets.Assembly,AllowMultiple=true)] publicclassWelcomeMessagesAttribute:CustomExtensionAt...
代码星球
·
2020-04-05
Mono
addin
学习
笔记
再论
C# UserControl 判断DesignMode
.Net开发UserControl时,我们经常需要得知当前是DesignMode还是RuntimeMode。 在DesignMode时,.Net并不会运行...
代码星球
·
2020-04-05
UserControl
判断
DesignMode
用js触发CSS3-transition过渡动画
经过这几天的工作,让我进一步的了解到CSS3的强大,原本许多需要js才能实现的动画效果,现在通过CSS3就能轻易实现了,但是CSS3也有自身的不足,例如说在动画出发触发上就没有js灵活,因此我就开始考虑将CSS3与Js结合使用。不过要注意CSS3属性兼容性问题平时我们直接使用transition动画一般是这样的鼠标放置...
代码星球
·
2020-04-05
js
触发
CSS3-transition
过渡
动画
走进云背后:微软Azure web 项目通过web service部署web site
探索云那不为人知的故事(一):WebServices部署website 前奏:WindowsAzure是微软基于云计算的操作系统,现在更名为“MicrosoftAzure”,和AzureServicesPlatform一样,是微软“软件和服务”技术的名称。Windo...
代码星球
·
2020-04-05
web
走进
背后
微软
Azure
ubuntu 14 安装XML::Simple 模块
最近需要用到perl来解析xml文件,从网上搜索了一下,大部分都建议使用XML::Simple模块来解析,这里记录一下安装过程 方法一:直接使用CPAN来安装模块$perl-MCPAN-eshellcpan>installXML::Simplecpan>quit 方法二:执行ubuntu...
代码星球
·
2020-04-05
ubuntu
安装
XML
Simple
模块
Source Insight 入门设置
在添加工程时,如果想添加文件夹下所有的文件,应该选择“addtree”SourceInsight类名显示乱码解决最近重新安装里sourceinsight,但是打开文件后,类名显示乱码?也不是中文显示的问题,使用其他编辑工具打开,文件内容、格式也没有问题。查找了好久,才知道怎么解决,这里记录一下。...
代码星球
·
2020-04-05
Source
Insight
入门
设置
update cdh version ,but cdh use old conf ,problem solve
最近升级cdh版本,从4.5升级到5.0.0beta-2但是升级后,发现/etc/alternatives路径下的软链接还是只想旧的4.5版本,而且hadoop环境也是沿用4.5的版本conf,导致hive不能正常使用,报错为hdfs的版本不对。后面使用strace工具查看,发现它会与/var/lib/alternat...
代码星球
·
2020-04-05
cdh
update
version
but
use
编译boost asio http/server 方法
这段时间学习boost的asio编程,想编译asio自带的http/server的程序,无奈在网上根本找不到方法,只能自己摸索学习。登陆boostasio的example目录,(我boost安装在/opt目录下)cd/opt/boost_1_55_0/libs/asio/example/cpp03/http/serve...
代码星球
·
2020-04-05
编译
boost
asio
http
server
boost 编译 asio 程序,简单socket 编程
自己第一次玩boost,对C++也非常不熟悉,记录一下自己的学习过程。安装编译boost包解压到/opt下tar-zxvf/media/C06EDE596EDE47B4/mnt/boost_1_55_0.tar.gz-C/opt首先执行生成b2的脚本/opt/boost_1_55_0/bootstrap.sh编译boo...
代码星球
·
2020-04-05
boost
编译
asio
程序
简单
org.springframework.cache.interceptor.SimpleKey cannot be cast to java.lang.String
springboot整合redis时,使用@Cacheable注解,如果方法的key参数为空,就会报org.springframework.cache.interceptor.SimpleKeycannotbecasttojava.lang.String的错误。♛1错误信息org.springframework.cac...
代码星球
·
2020-04-05
org.springframework.cache.interceptor.SimpleKey
cannot
be
cast
to
首页
上一页
...
289
290
291
292
293
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他