码迷,mamicode.com
首页 >  
搜索关键字:tco    ( 5870个结果
高并发下减少锁竞争
1.减少锁的持有时间,将不需要锁的操作从同步代码块的移除。 2.降低锁的粒度 ...
分类:其他好文   时间:2017-06-18 19:59:11    阅读次数:147
參考mudo logging写的win下logging
#pragma once #include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/thread.hpp ...
分类:Windows程序   时间:2017-06-18 19:26:05    阅读次数:302
[leetcode-41-First Missing Positive]
Given an unsorted integer array, find the first missing positive integer. For example,Given [1,2,0] return 3,and [3,4,-1,1] return 2. Your algorithm s ...
分类:其他好文   时间:2017-06-18 16:50:00    阅读次数:154
结对项目 sport club(三)
好友搜索代码: ...
分类:其他好文   时间:2017-06-18 15:10:55    阅读次数:99
TypeError at /post/ render_to_response() got an unexpected keyword argument 'context_instance'
formtools not supported the Django 1.10 version please downgrade your Django release for the workaround. https://github.com/django/django-formtools/is ...
分类:其他好文   时间:2017-06-18 12:09:39    阅读次数:789
从头认识Spring-2.3 注解装配-@autowired(4)-required(1)
这一章节我们来具体讨论一下@autowired里面的參数required。1.domain(重点)蛋糕类:package com.raylee.my_new_spring.my_new_spring.ch02.topic_1_9; public class Cake { private String ...
分类:编程语言   时间:2017-06-18 12:03:35    阅读次数:250
[LeetCode] Add Bold Tag in String 字符串中增添加粗标签
Given a string s and a list of strings dict, you need to add a closed pair of bold tag <b> and </b> to wrap the substrings in s that exist in dict. If ...
分类:其他好文   时间:2017-06-18 10:44:58    阅读次数:406
[LintCode] Strings Serialization
Design an algorithm to encode a list of strings to a string. The encoded string is then sent over the network and is decoded back to the original list ...
分类:其他好文   时间:2017-06-18 10:44:35    阅读次数:180
composer 使用
#安装 composer curl -sS https://getcomposer.org/installer | php或直接下载 composer.phar( https://getcomposer.org/composer.phar) php composer.phar install ...
分类:其他好文   时间:2017-06-18 00:03:24    阅读次数:165
项目的配置文件-web.xml
web.xml <?xml version="1.0" encoding="utf-8"><web-app ......> <welcome-file-list> <welcome-file>/pages/login.html<welcome-file> </welcome-file-list> < ...
分类:Web程序   时间:2017-06-17 23:21:09    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!