码迷,mamicode.com
首页 >  
搜索关键字:remote assitance    ( 5029个结果
为Hadoop配置Win8.1授时服务器
启动Windows服务,顺序如下: SSTPS(secure socket tunneling protocol service)服务Telephony服务Remote Access ConnectionManager服务Windows Event Log服务选择服务器的基准时钟,可以选择内部硬件时...
分类:Windows程序   时间:2015-01-08 21:30:48    阅读次数:451
git push的时候报411问题
使用git提交比较大的文件的时候可能会出现这个错误 error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to...
分类:其他好文   时间:2015-01-08 20:18:38    阅读次数:199
ios (推送)之本地推送
iOS上有两种消息通知,一种是本地消息(Local Notification),一种是远程消息(Push Notification,也叫Remote Notification),设计这两种通知的目的都是为了提醒用户,现在有些什么新鲜的事情发生了,吸引用户重新打开应用。本地推送也可以通过服务器控制,比如说如果有新消息了,推送消息,但是,前提是程序必须是打开的,而远程推送,是通过苹果APNS服务器,推...
分类:移动开发   时间:2015-01-08 20:14:44    阅读次数:385
【Mood-17】 github中在本地进行上传的时候出现ERROR: Repository not found. fatal: The remote end hung up unexpectedly
一开始出现这个错误的时候还感觉很奇怪,我明明在在本地中相应的库文件夹命令中输入: vim ./git/config 将文件中的 [remote “origin"]部分去掉!
分类:Web程序   时间:2015-01-08 17:31:43    阅读次数:180
httpclient + TestNG 接口自动测试 第二章
请求地址由参数加参数签名形式生成,例如:http://ip/server?method=getPlans&planDate=2014-08-25&cinemaId=101&uid=remote&enc=d0fe8420c641dd87d4165c09fe1d0c70&time_stamp=14089...
分类:Web程序   时间:2015-01-08 14:53:55    阅读次数:235
EMCA fails with error "ORA-01017: invalid username/password; logon denied"
Creation of dbcontrol repository fails when execute $ emca -config dbcontrol -repos createWith error:Database connection through listener failed. Fix the error and run EM Configuration Assistant again...
分类:其他好文   时间:2015-01-08 13:26:13    阅读次数:354
JIRA Installation
To set up JIRA on server (Windows) through remote desktop connection, first we need to download JIRA from Atlassian. There are JIRA installer and WAR ...
分类:其他好文   时间:2015-01-08 12:43:57    阅读次数:164
Share folders on your local Windows PC to remote Linux PC
1. make the folders(H:\win7_host_backup) on Windows PC shared2. on remote Linux PC cmdline, mount -t cifs -o username=xxxxxxx,password=xxxxx,dir_mode=...
分类:Windows程序   时间:2015-01-08 11:08:42    阅读次数:199
Share folders on remote Linux PC to your local Windows PC
With samba on Linux PC already installedOn Linux PC:1. vi /etc/samba/smb.confadd the following text in the end, NOTE, there are SPACEs before those op...
分类:Windows程序   时间:2015-01-08 10:52:54    阅读次数:231
iphone开发-Local Notifications
两种方式 Local notifications 和 push notifications(也成为Remote notifications)可以让当前没有工作的App,给用户提示信息。用户的设备上会出现一个Alert,用户可以点击进入该App。其中Push notification...
分类:其他好文   时间:2015-01-07 19:21:35    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!