码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Angularjs 通过asp.net web api认证登录
Angularjs 通过asp.net web api认证登录Angularjs利用asp.net mvc提供的asp.net identity,membership实现居于数据库的用户名/密码的认证登录环境Vs.net 2013Asp.net mvc + web apiIndividual use...
分类:Windows程序   时间:2014-05-27 00:14:15    阅读次数:756
解决Win8下使用net use命令磁盘映射无效的问题
该问题由UAC机制引起,可尝试如下方案:以管理员身份打开Powershell,运行:New-ItemProperty -Path "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Syst...
分类:Windows程序   时间:2014-05-26 23:14:45    阅读次数:825
Tomcat startup.bat启动隐藏弹出的信息窗口
to make tomcat to use javaw.exe instead of java.exeusing some startup parameter or environment varibaleAt the bottom ofsetclasspath.batset _RUNJAVA="%...
分类:其他好文   时间:2014-05-26 22:24:34    阅读次数:415
mysql相关
1、显示所有数据库: show databases;2、创建数据库: create database 数据库名字3、删除数据库: drop database 数据库名字4、使用数据库:use 数据库名字5、创建表: create table 表名( 字段1 字段1类型 其他限制,...
分类:数据库   时间:2014-05-26 22:04:14    阅读次数:327
U盘装windows系统之No CD-ROM drive to use:GCDROM not loaded
话说很久以前,一直使用UltraISO制作U盘启动盘安装windows系统的,也一直能顺利安装。但是不知道为什么最近老是无法一键安装,说找不到什么东西各种错误,比如"No CD-ROM drive to use:GCDROM not loaded"甚至页无法进入winpe,好无奈,U盘装系统从此给我...
分类:Windows程序   时间:2014-05-26 21:57:18    阅读次数:443
常用工具之stunnel
The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be use...
分类:其他好文   时间:2014-05-26 16:15:57    阅读次数:330
2E08-view-lists-Array(overlay)
介绍一个list滑动时通过一个text提示Array首字母位置的应用 /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
分类:其他好文   时间:2014-05-23 00:58:42    阅读次数:326
2E02-View-Lists-multiple -choice-list
介绍一个多选list /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
分类:其他好文   时间:2014-05-23 00:52:57    阅读次数:455
2F03-view-progress-indeterminate-in-title-bar
介绍在在title bar上显示indeterminate progress /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:其他好文   时间:2014-05-23 00:31:27    阅读次数:352
2H03-view-radio-group-rating-bar
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
分类:其他好文   时间:2014-05-23 00:30:50    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!