码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
C#.NET使用AnimateWindow制作淡入淡出特殊效果的窗体
使用AnimateWindow制作淡入淡出效果的窗体命名空间:using System.Runtime.InteropServices;API函数:[DllImport("user32")]private static extern bool AnimateWindow(IntPtr whnd,in...
分类:Windows程序   时间:2014-06-28 12:06:04    阅读次数:294
mysql shutdown and kill
--mysqladmin shutdownIf you executemysqladmin shutdownwhen connecting to a local server using a Unix socket file,mysqladminwaits until the server's pr...
分类:数据库   时间:2014-06-28 11:43:06    阅读次数:270
【C#】利用反射构建实体
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace RftToModel { ...
分类:其他好文   时间:2014-06-24 10:11:11    阅读次数:151
SharePoint List 查看器
using Microsoft.SharePoint;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst...
分类:其他好文   时间:2014-06-23 08:15:19    阅读次数:272
遍历WPF DataGrid单元格
using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; namespace Splash.WPF { public static class DataGr...
分类:其他好文   时间:2014-06-23 07:31:36    阅读次数:1016
Google Volley: How to send a POST request with Json data?
sonObjectRequest actuallyaccepts JSONObject as body.From http://arnab.ch/blog/2013/08/asynchronous-http-requests-in-android-using-volley/final String ...
分类:Web程序   时间:2014-06-23 06:01:29    阅读次数:234
客户端调用 CMD 命令并回显结果。
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-06-23 00:51:01    阅读次数:334
十个jQuery图片画廊插件推荐
jQuery的画廊插件可以将分组图像和多媒体资料转成类似Flash的图像或照片。当幻灯片已经成为网站的重要组成部分,jQuery的重要性不能被忽视。下面为你介绍了10个最有美感,创新性和创造性的jQuery图片画廊插件:1.How to Create a Simple Slideshow using...
分类:Web程序   时间:2014-06-23 00:43:38    阅读次数:299
Leetcode: Divide Two Integers
Divide two integers without using multiplication, division and mod operator.Analysis: 我自己用binary search做老是出TLE的错误,看了网上思路,有了如下方法:long did = dividend, l...
分类:其他好文   时间:2014-06-21 16:06:48    阅读次数:144
Codeforces Round #253 (Div. 2) A. Anton and Letters
题目很简单,只需要注意带空格的输入用getline即可#include #include #include #include #include using namespace std;int main(){ string str; getline(cin,str); set a; ...
分类:其他好文   时间:2014-06-21 14:29:06    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!