采用Git作为源代码管理服务,开发机客户端,我使用比较方便的是TortoiseGit。 但是非常麻烦的是每次Pull,Commit,Push,都需要输入用户名密码。 让本地能够记住密码就好了: 打开文件目录 .git/config 添加如下代码 [credential] helper = store
分类:
其他好文 时间:
2016-02-27 15:02:58
阅读次数:
141
废话少说,直接上代码和图: 使用前: public static class MyHtmlHelper { public static string GroupPage(this HtmlHelper helper) { string html1 = "<span style='color:red;
分类:
Web程序 时间:
2016-02-23 07:23:28
阅读次数:
450
1.laravel-ide-helper 地址https://github.com/barryvdh/laravel-ide-helper 在项目根目录执行composer安装命令 composer require barryvdh/laravel-ide-helper:'2.1.0' 2.在app
分类:
其他好文 时间:
2016-02-19 19:10:55
阅读次数:
272
HTML Helper Single or closely related HTML elements(template) Simpler,low level logic for displaying elements Partial View/Child Action Section of mor
分类:
Web程序 时间:
2016-02-15 16:13:29
阅读次数:
136
1.建立没有返回值的Razor内嵌函数(但是能直接输出内容) 必须以@符号开头,没有返回值但能直接输出内容,比如: @helper showTitle(string strTitle){ if(strTitle.Length > 8){ @(strTitle.Substring(0,8)+"..."
分类:
Web程序 时间:
2016-02-02 18:49:23
阅读次数:
104
环境是backbone! 首先要声明: 1 Handlebars.registerHelper('roomnameDisplay', function(flag) { 2 return flag?'roomname-hide':''; 3 }); 在模板里的调用: var SecretList =
分类:
其他好文 时间:
2016-02-02 17:54:19
阅读次数:
171
VoHelper package com.isoftstone.pcis.policy.core.helper; import com.isoftstone.fwk.dao.CommonDao; import com.isoftstone.fwk.service.BusinessServiceExc
分类:
其他好文 时间:
2016-02-02 16:28:34
阅读次数:
254
1、.net core精简版.net framework,运行在其上时,可以有独立的运行时版本,与服务器的其他版本运行时并行。2、tag helper更html话的view展现方式3、dynamic development开发过程中,对代码的更改,不需要进行人工编译,就可以直接运行出正确结果4、集成
分类:
Web程序 时间:
2016-02-01 01:48:35
阅读次数:
168
话说 PHPStorm 写起代码来非常带感,各种提示补全和纠错,以及在 L5 中的命名空间功能更是强大到感动(新建类自动添加命名空间,自动引入命名空间,返回参数命名空间纠正等等)。当然它的调试功能更是让你在出现 BUG 不知所措时抓住的稻草。 下面我将一步一步带你配置这强大到爆功能。但是,这个配置是
分类:
Web程序 时间:
2016-01-30 09:36:18
阅读次数:
240
Segmentation fault is a specific kind of error caused by accessing memory that “does not belong to you.” It’s a helper mechanism that keeps you from c...
分类:
编程语言 时间:
2016-01-25 19:12:26
阅读次数:
268