码迷,mamicode.com
首页 >  
搜索关键字:targe    ( 14458个结果
iOS workspace 依次编译多个工程
目的:当我封装一个framework的时候,需要检验当前的改动,但是又不想编译完framework,又要编译测试工程。 步骤: 1. 选择测试工程 2. Edit Scheme 3. 选中Build->添加要编译的targe,调整编译顺序 ...
分类:移动开发   时间:2016-05-04 08:55:26    阅读次数:549
缓动框架(单一)
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>缓动框架</title></head><body> </body></html><script> function animate(obj, attr, targe ...
分类:其他好文   时间:2016-04-25 14:36:15    阅读次数:111
iOS中几种定时器
在软件开发过程中,我们常常需要在某个时间后执行某个方法,或者是按照某个周期一直执行某个方法。在这个时候,我们就需要用到定时器。 一、NSTimer 1. 创建方法 1 NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:1.0 targe ...
分类:移动开发   时间:2016-04-05 19:43:15    阅读次数:224
webform网站相关数据控件和其他
一、asp:Repeater <div class="bd"> <ul> <asp:Repeater ID="rept_slide" runat="server"> <ItemTemplate> <li><a href='<%#Eval("LinkUrl").ToString() %>' targe
分类:Web程序   时间:2016-01-28 17:23:16    阅读次数:239
VS中 DLL的创建及函数导出(参考MSDN)
新建一个DLL工程: 新建 - 项目 - vc++ - win32 - win32控制台应用程序,工程名假设取为MathFuncsDll 向导中选择DLL,取消预编译头完成。此时会有dllmain.cpp, MathFuncsDll.cpp 两个cpp文件及生成的 stdafx.h, targe.....
分类:其他好文   时间:2015-12-31 14:33:09    阅读次数:405
appcompat_v7/res/values-v21/themes_base.xml No resource found that matches the given name
今天晕死了将工作区里的appcompat_v7删除掉了, 然后随意新建了一个工程,因为已经升级到5.0了,appcompat_v7内容有所改变,以前的工程引用旧的appcompat_v7的某些属性在新的里面找不到,就都报错了捣腾了两小时,解决方法如下:project.properties中targe...
分类:移动开发   时间:2015-12-18 18:53:04    阅读次数:205
TSql Merge On子句和When子句理解
Merge 的On子句指定Match condition,When子句指定过滤条件,如果Source Table和Targe Table匹配的上,很好理解;如果匹配不上,必须深入理解不匹配的条件,否则,就很容易出错。1,创建示例数据create table dbo.dt_source( ID ...
分类:数据库   时间:2015-12-09 19:07:47    阅读次数:192
解决maven生成的web项目下的servlet.jar与tomcat自带servlet.jar冲突的问题
使用maven生成web工程后,编译需要下servlet-api.jar和jsp-api.jar文件。pom文件中的写法为: javax.servlet servlet-api 2.5 这种写法在使用mvn targe命令时有效的,但是在eclipse下run on s...
分类:编程语言   时间:2015-11-21 00:41:26    阅读次数:243
对threading模块源码文件的解读(不全)
# -*- coding: utf-8 -*-#python 27#xiaodeng#对threading模块源码文件的解读(不全)import threading#类#Thread()#构造方法#threading.Thread()#__init__(self, group=None, targe...
分类:其他好文   时间:2015-11-06 01:41:07    阅读次数:299
问题总结
1.toggle失效 用什么$(function(){ //不用插件照样显示 $("#nofn").click(function(){ if($("#target").is(":visible")){ $("#target").hide(); }else{ $("#targe...
分类:其他好文   时间:2015-11-04 17:54:19    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!