`
hehailin1986_163.com
  • 浏览: 151268 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论
文章列表
今天导入一个VS2008工程时,报了一个错误,提示是:Unable to find manifest signing certificate in the certificate store,这我可头大了,心想自己辛苦俩月写得程序不会就这么光荣牺牲了吧,找了一下解决方案,发现有两种解决方法: 方法一:把DEF项目的属性->Signing选项->Sign the ClickOnce manifests 勾去掉,这样就可以编绎通过了; 方法二:用记事本打开 *.csproj文件 ,删除下面四句代码:     <manifestcertificatethumbprint&g ...
.Net新手,仅作学习记录只用。   在VS2008中想要给项目添加基于服务的数据库文件,选择项目->AddItem->Data->Service-Based Database 之后会报出一个错误 "Connections to SQL Server files(.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component ot download from the URL:...."。    以下 ...
From:http://blog.csdn.net/forscan/archive/2010/07/05/5713178.aspx 又是一次网上大搜索.自己总结一下: 下载的版本是Adobe_Flash_CS5 (只有200多MB) 解压后.执行@快速安装.exe,再运行Flash.exe 就出现这个错了. 原因是这个精简版没有带JVM 网上说要1. ...
Forward from : http://net.tutsplus.com/articles/web-roundups/9-extremely-useful-and-free-php-libraries/ A lot of functionality is shared among applications – like sending emails or preventing spam. In the spirit of reusing the wheel instead of reinventing it, here are nine free web libraries tha ...
Forward from:http://komunitasweb.com/2009/03/20-great-php-library-you-need-to-know/  You’re in the middle of a project, and need to get everything done as soon as possible. To keep the deadline and still have a life, you would better to collect this awesome library on your fingertip. By knowing ...
1、CURL模拟登陆的流程和步骤 分析登陆字,登录后保留COOKIE状,读取COOKIE并跳转到相关页,抓取数。2、tempnam 创建一个临时文件 php内部函数 tempnam() 会快速创建一个具有唯一文件名的临时文件。 若成功则会返回新的临时文件名,若失败则返回false.3、使用CURL模拟登陆到PHP100论坛<?php$cookie_file    =    tempnam('./temp','cookie');$login_url        =    'http://bbs.php100.com/login.php';$post_fields    =    ...
一、什么是CURL且能实现什么功能? 什么是CURL curl是一个利用URL语法在命令行方式下工作的文件传输工具。它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传等等,功能十分强大。 PHP中常用都实现那些功能: 1、实现远程获取和采集内容 2、实现PHP 网页版的FTP上传下载 3、实现模拟登陆 4、实现接口对接(API),数据传 ...
Smarty缓存功能几乎是Smarty模板中占了40%的部分。除了模板语法以外基本就是缓存的功效了。   参考:http://hi.baidu.com/giftangellong/blog/item/9e62a116f0fa3b0d4b90a741.html   一、使用缓存要开启smarty的缓存,只需将caching设为true,并指定cache_dir即可.使用cache_lefetime指定缓存生存时间,单位为秒要对相同页面生成多个不同的缓存,在display或fetch中加入第二参数cache_id,如$smarty->display(\''index.tpl\'',$m ...
转自:http://www.hoo80.com/blog/archives/1455/smarty配置使用.html 仅做学习记录使用 Smarty配置使用
参考引自http://www.cnblogs.com/yjf512/ 仅学习记录之用。   EPP即可EclipsePHP Studio,是基于Eclipse开发的适用于PHP的IDE,具有调试和提示功能的编辑开发工具。   1. 在本地安装好APMServ5.2.6之后 假设www的目标路径为:D:\WebServer\APMServ5.2.6\www\htdocs(其中D:\WebServer\APMServ5.2.6\是APMServ5.2.6的根目录)   2. 下载EPP3.0 (EclipsePHP Studio 3)   下载地址:http://www.php1 ...
控制参数: short_open_tag = On 如果设置为Off,则不能正常解析类似于这样形式的php文件: phpinfo() ?> 而只能解析 <?php phpinfo() ?> 这样形式的php文件 所以要想php支持短标签,需要我们把short_open_tag 设置为On.
转自:http://weblife.blogbus.com/logs/1434583.html 仅做学习记录只用。   一、基于名称的虚拟主机 打开Apache2\conf下的httpd.conf,查找#NameVirtualHost *:80,去掉前面的注释。添加虚拟主机www.test.com,在httpd.conf的最后,添加如下代码:<VirtualHost *:80> ServerName www.test.com              #主机名  ServerAlias test.com *.test.com      #别名DocumentRoot & ...
It's so easy.Step1. Right click on a CSS file.Step2. Click "Compile CSS to SWF"Then compiled SWF is output to "bin" directory. You will notice "Compile CSS to SWF" menu is toggled. So when you compile MXML application, automatically CSS file is compiled too. This is very ...
Consider an enterprise application in which a user can place purchase orders for some parts and request price quotes from various suppliers. In this case, the user may click several buttons, resulting in server-side calls to one or more destinations. On each click event of the button, a RemoteObjec ...
Data transfer objects are also known as value objects (VOs) and are used for data exchanges between various application components, which can be either colocated in the same process or on remote computers. These DTOs can even be written in different programming languages, for example, Java and Acti ...
Global site tag (gtag.js) - Google Analytics