码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
PHP WebService客户端验证
Here‘s my solution to make SOAP-headers based authentication. 1). First of all we define the decorator class for our service class: <?php class?SOAP_Service_Secure { ????protected?$class_na...
分类:Web程序   时间:2014-11-13 16:55:13    阅读次数:250
Android开发入门
Getting Started Welcome to Training for Android developers. Here you'll find sets of lessons within classes that describ...
分类:移动开发   时间:2014-11-13 08:18:00    阅读次数:312
leetcode-longest palindromic substring-by 1337c0d3r
Given a string S, find the longest palindromic substring in S.Note:This is Part II of the article:Longest Palindromic Substring. Here, we describe an ...
分类:其他好文   时间:2014-11-12 21:05:22    阅读次数:345
[leetcode]Sort Colors
问题描述: Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the in...
分类:其他好文   时间:2014-11-12 17:57:56    阅读次数:174
HDU - 4118 Holiday's Accommodation
Problem Description Nowadays, people have many ways to save money on accommodation when they are on vacation. One of these ways is exchanging houses with other people. Here is a group of N people...
分类:其他好文   时间:2014-11-09 16:44:34    阅读次数:232
Install CUDA 6.0 on Ubuntu 14.04 LTS
Ubuntu 14.04 LTS is out, loads of new features have been added. Here are some procedures I followed to install CUDA 6.0 on my DELL Inspiron.First of a...
分类:系统相关   时间:2014-11-09 00:49:56    阅读次数:300
向着DJANGO奔跑!
这个项目明天上半年要弄好,就牛X了哈哈。平台化运维。PYTHON,SVN,SALTSTACK,.....一锅端~~:)from django.contrib import admin# Register your models here.from books.models import Publis...
分类:其他好文   时间:2014-11-08 13:14:01    阅读次数:329
田忌赛马
题目来自:NYOJ 田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi...
分类:其他好文   时间:2014-11-08 12:06:48    阅读次数:214
HDU 4819 Mosaic (二维线段树)
Problem Description The God of sheep decides to pixelate some pictures (i.e., change them into pictures with mosaic). Here's how he is gonna make it: for each picture, he divides the picture into n x...
分类:其他好文   时间:2014-11-07 19:04:18    阅读次数:373
C# JSON帮助类(可互转)
public class JsonHelper { public JsonHelper() { // // TODO: Add constructor logic here // } ...
分类:Windows程序   时间:2014-11-07 18:18:30    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!