Angularjs 通过asp.net web api认证登录Angularjs利用asp.net
mvc提供的asp.net identity,membership实现居于数据库的用户名/密码的认证登录环境Vs.net 2013Asp.net mvc +
web apiIndividual use...
介绍一个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
介绍一个多选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
介绍在在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
/*
* 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
Microsoft Open Technologies has recently
released a Portable Class Libraryfor SQLite. Thanks to it, we can use SQLite in
the same way in all the suppo...
分类:
数据库 时间:
2014-05-22 15:06:51
阅读次数:
428
启动:net start mySql; 进入:mysql -u root -p/mysql
-h localhost -u root -p databaseName; 列出数据库:show databases; 选择数据库:use
databaseName; 列出表格:show tables...
分类:
数据库 时间:
2014-05-22 14:46:30
阅读次数:
344
unix domain socket
是IPC通信的一种方式,可用于与管理进程间通信,同时由和网络socket统一,所以很好管理,使用还是比较多。现举个例子: server.c 1 #include
2 #include 3 #include 4 #include 5 #include ...
分类:
其他好文 时间:
2014-05-22 14:40:25
阅读次数:
533
服务端代码:/* * testSocketService.c * * Created on:
2012-8-16 * Author: 皓月繁星 */#include #include #define PO...
我用的nmap版本:Zenmap 6.25 例如命令: nmap -sU -pU:123
-Pn -n --script=ntp-monlist IP 如果要批量进行,可以把IP存放在ip.txt可以把命令改成:nmap -sU -pU:123
-Pn -n --script=ntp-monlist...
分类:
其他好文 时间:
2014-05-22 14:17:50
阅读次数:
265