码迷,mamicode.com
首页 >  
搜索关键字:remote desktop services 拒绝5    ( 13094个结果
.svc处理程序映射缺失导致的WCF RIA Services异常
在确定代码、编译结果和数据库都正常的情况下,无法从数据库取到数据。错误提示:Sysyem.Net.WebException:远程服务器返回了错误:NotFound,监听发现请求数据库的服务异常,访问相关地址HTTP404错误。 向数据库发起的请求异常 访问svc地址后的错误信息 ...
分类:其他好文   时间:2014-06-28 09:29:08    阅读次数:159
Ubuntu 12.04 Server LTS下安装桌面及vncserver
亲测通过1.安装相关的包:apt-getupdateapt-getinstallubuntu-desktopapt-getinstallvnc4serverapt-getinstallx-window-system-coreapt-getinstallgdmapt-getinstallgnome-panel2.设置vncserverVncpasswd以root身份chmod+x/etc/X11/xinit/xinitrcVi/root/.vnc/xstartup#!/bin/sh..
分类:其他好文   时间:2014-06-28 00:21:30    阅读次数:473
Google Maps API Web Services
原文: Google Maps API Web Services 摘自:https://developers.google.com/maps/documentation/webservices/Google Maps API Web Services本文将探讨 Google Maps API Web...
分类:Windows程序   时间:2014-06-27 22:59:47    阅读次数:535
vc中判断excel、word文件是否存在,删除excel文件
vc中判断excel文件是否存在,删除excel文件可以使用PathFileExists_和DeleteFile函数但是,由于03以后excel的后缀改为.xlsx。所以,使用时需加后缀.xlsx。如:PathFileExists(“C:\Users\tony-wt\Desktop\MyProjec...
分类:其他好文   时间:2014-06-27 19:18:46    阅读次数:177
Android Service AIDL 远程调用服务 简单音乐播放实例的实现
Android Service是分为两种:本地服务(Local Service): 同一个apk内被调用远程服务(Remote Service):被另一个apk调用远程服务需要借助AIDL来完成。AIDL 是什么AIDL (Android Interface Definition Language)...
分类:移动开发   时间:2014-06-27 17:34:07    阅读次数:278
ubuntu installation note
14.04 LTSenabling vnc:0. apt-get install dconf-tools1.click icon "search your computer and online sources"desktop sharing, enable2. create file and na...
分类:其他好文   时间:2014-06-27 17:08:58    阅读次数:195
silverlight bing maps sdk MapControl Sdk
http://www.microsoft.com/maps/isdk/silverlight/#MapControlInteractiveSdk.Tutorials.Services.Geocode
分类:Web程序   时间:2014-06-27 15:13:48    阅读次数:202
cxf-webservice-在was6服务器上运行
最近开发了一个webservice服务,采用了常用的cxf框架。本地jetty测试一切ok,发布到现场环境was服务器中,就报错,不能运行。访问services页面报错为Error 500: SRVE0207E: 未捕捉到 servlet 抛出的初始化异常后台日志:Caused by: java.l...
分类:Web程序   时间:2014-06-27 14:09:08    阅读次数:833
Android Framework 记录之二
接着上次的记录,续写。23、services文件夹 文件 描写叙述class AlarmManagerService extends IAlarmManager.Stub {//定时管理服务public class AppOpsService extends IAp...
分类:移动开发   时间:2014-06-27 11:35:40    阅读次数:452
调试android chrome web page简明备忘
必备工具 **adb tools**、**android chrome**先开启手机调试模式adb forward tcp:9919 localabstract:chrome_devtools_remote 成功会提示 * daemon not running. starting it ...
分类:移动开发   时间:2014-06-26 12:29:01    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!