码迷,mamicode.com
首页 >  
搜索关键字:use case    ( 38996个结果
关于SEO的浅谈
SEO是Search Engine Optimization的缩写,用英文描述是to use some technics to make your website in the top places in Search Engine when somebody is using Search Eng...
分类:其他好文   时间:2014-05-09 16:14:40    阅读次数:290
关于客户端用ASP参生报表
先贴一篇较简单的用ASP+RDS客户端参生报表  此文希望能进精华篇  下一回贴一篇较复杂的  说明:(若提示ActiveX 元件无法参生 RDS.DataSpace)  IE需设置安全选项  操作:菜单工具->INTERNET选项->安全性->自定义  设置 起始但ActiveX不标示为安全->开启        client use rds produce excel re...
分类:Web程序   时间:2014-05-09 14:48:18    阅读次数:440
Fix invisible cursor issue in Ubuntu 13.10
Fix invisible cursor issue in Ubuntu 13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and use the following command:gsettings...
分类:其他好文   时间:2014-05-09 07:57:17    阅读次数:311
Effective Java 74 Implement Serializable judiciously
Unless a class is to be thrown away after a short period of use, implementing Serializable is a serious commitment that should be made with care. Extr...
分类:编程语言   时间:2014-05-09 07:49:13    阅读次数:510
sql server管理工具连接远程服务器sql azure出现异常关闭
我本机装了sqlserver2014开发版,我用ssms连接sqlazure没问题。今天装完最新vs2012/2013update后,启动ssms连接sqlazure就出现异常。我修复下管理工具也不行。其它机器上安装sqlserver管理工具都能连接上。打微软800-820-3800开case,人家拒绝开,他们居然说这是sqlazure问题,..
分类:数据库   时间:2014-05-09 06:50:50    阅读次数:395
C# - 使用ConfigurationManager保存数据到App.config
1. ConfigurationManager的命名空间:using System.Configuration;2.To be able to save you have to use a configuration object returned by the OpenExeConfigurati...
分类:移动开发   时间:2014-05-09 03:03:07    阅读次数:596
leetcode -day11 Clone Graph & Palindrome Partitioning I II
1、Clone Graph Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: Nodes are labeled uniquely. We use # as...
分类:其他好文   时间:2014-05-09 02:17:58    阅读次数:336
Python发一个GET请求
# -*- coding: utf-8 -*- try: import httplib2 except ImportError: print('错误:') print(' httplib2这个XML解析库没有找到,程序无法继续执行!') exit(255) def network_get_proc(self, use_cache = True): '''POST动作'...
分类:编程语言   时间:2014-05-09 01:39:09    阅读次数:337
SQL常用语法
一、基础 1、创建数据库 CREATE DATABASE database-name  2、删除数据库 drop database dbname 3、备份sql server --- 创建 备份数据的 device USE master EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwi...
分类:数据库   时间:2014-05-09 01:30:23    阅读次数:457
python列表里__setslices__方法函数解析a
先看看列表里的__setslice__方法函数的帮助文档 help(list.__setslice__)      帮助文档如下所示: __setslice__(...) x.__setslice__(i, j, y) x[i:j]=y Use of negative indices is not supported.      从帮助文档可以看出这个方法函数可...
分类:编程语言   时间:2014-05-09 01:01:56    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!