码迷,mamicode.com
首页 >  
搜索关键字:client-side searchin    ( 117个结果
Android Developer -- Bluetooth篇 开发实例之二
连接设备 In order to create a connection between your application on two devices, you must implement both the server-side and client-side mechanisms, beca ...
分类:移动开发   时间:2016-05-30 12:41:59    阅读次数:206
细说Cookie
Cookie 基础知识1.何为CookieCookie:指某些网站为了辨别用户身份而储存在用户本地终端(Client Side)上的数据(通常经过加密)。2.Cookie的分类内存Cookie由浏览器维护,保存在内存中,浏览器关闭后就消失了,其存在时间是短暂的。 硬盘Cookie保存在硬盘里,有一个过期时间,除非用户手工清理或到了过期时间,硬盘Cookie不会被删除,其存在时间是长期的。所以,按存...
分类:其他好文   时间:2016-04-16 11:03:44    阅读次数:285
使用cookie的注意事项
一、什么是cookie? Cookie(复数形态Cookies),中文名称为小型文本文件或小甜饼[1],指某些网站为了辨别用户身份而储存在用户本地终端(Client Side)上的数据(通常经过加密)。定义于RFC2109。为网景公司的前雇员Lou Montulli在1993年3月所发明。【来自维基 ...
分类:其他好文   时间:2016-04-11 12:02:02    阅读次数:159
[转] webpack debug in webstorm
先run build,然后用node server.js来做 WebStorm 11 adds support for debugging client-side apps built with Webpack, though you need to configure the mappings a ...
分类:Web程序   时间:2016-04-02 20:28:05    阅读次数:513
View and Data API Tips : Conversion between DbId and node
By Daniel Du In View and Data client side API, The assets in the Autodesk Viewer have an object tree, a tree structure that represents the model hiera...
分类:数据库   时间:2016-01-22 00:03:15    阅读次数:377
SVN基本配置文件
SVN基本配置文件,可以在本地打开SVN的设置界面如下: 点击Edit按钮,在弹出来的文本编辑器中把附件的内容全部复制并覆盖原本内容。 ### This file configures various client-side behaviors. ### ### The commented-out ...
分类:其他好文   时间:2015-12-29 14:21:17    阅读次数:256
Datatables学习文档
Data sources 数据源DataTables可以从四种基本形式的数据源获取数据:HTML document (DOM)Javascript (array / objects)Ajax sourced data with client-side processingAjax sourced d...
分类:其他好文   时间:2015-12-21 14:23:55    阅读次数:222
If WCF Service side and Client side config is different?!
from stackoverflowhttp://stackoverflow.com/questions/4879310/when-setting-up-a-wcf-client-and-server-how-synchronized-does-the-config-files最近配置wcf服务,一...
分类:其他好文   时间:2015-12-10 18:59:05    阅读次数:185
前端/後端、前台/後台的英文選擇(反推法)
有些人問前端/後端、前台/後台要用什麼英文?查了一下網友給出了以下幾種回答:1. client side、server side2. front side、back side3.front end、back end4.foreground、background5.user Interface、man...
分类:其他好文   时间:2015-12-04 01:09:18    阅读次数:218
translate.js
http://www.openxrest.com/translatejs/index.htmltranslate.jstranslate.js is a jQuery plugin to translate text in the client side.Usage: translate entir...
分类:Web程序   时间:2015-11-25 18:40:56    阅读次数:228
117条   上一页 1 ... 6 7 8 9 10 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!