页面载入中,请稍后...

现在的位置: 首页

jquery取得select选择的文本与值

发表于462 天前 前台设计  暂无评论
jquery取得select选择的文本与值

jquery获取select选择的文本与值
获取select :
获取select 选中的 text :

阅读全文

使用JQuery,Ajax调用动态填充Select的option选项

发表于462 天前 前台设计  暂无评论
使用JQuery,Ajax调用动态填充Select的option选项

使用JQuery,Ajax调用动态填充Select的option选项

阅读全文

八款开源ANDROID游戏引擎

发表于463 天前 Android  暂无评论
八款开源ANDROID游戏引擎

很多初学Android游戏开发的朋友,往往会显得有些无所适从,他们常常不知道该从何处入手,每当遇到自己无法解决的难题时,又往往会一边羡慕于 iPhone下有诸如Cocos2d-iphone之类的免费游戏引擎可供使用,一边自暴自弃的抱怨Android平台游戏开发难度太高,又连个像样的游 戏引擎也没有,甚至误以为使用Java语言开发游戏是一件费力不讨好且没有出路的事情。

阅读全文

Windows phone 7新开发工具发布

发表于465 天前 Windows Mobile  暂无评论
Windows phone 7新开发工具发布

春节假期已经接近尾声. 马上第一个工作日就要来临. 春节真的不再是一个简简单单的节日. 有时让人感到欣喜 这意味这一年的忙碌都会因为这个节日的到来而画上一个终止符.面临一个不长也不短的假期.眼下的一年翻过去 新的一年即将到来. 似乎一切都可以重新开始. 有时又令人感到无奈, 无奈之中包含孩子 家庭 生活等等许许多多行业之外的话题. 春节仿佛又承载了很多令人感到沉重的东西. 它让人忙碌 . 让人在不惑之年百感交集. 这就是我的春节.

阅读全文

错误信息:Configuration Error解决方法

发表于474 天前 Asp.net  暂无评论
错误信息:Configuration Error解决方法

错误信息:Configuration Error解决方法
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

阅读全文

wordpress使用godaddy主机不能自动发送邮件的解决方案

发表于476 天前 网站调试  评论数5
wordpress使用godaddy主机不能自动发送邮件的解决方案
wordpress使用godaddy主机不能自动发送邮件的解决方案 打开你Wordpress主题的functions.php文件,在<?php和?>之间添加以下代码: </pre> //comment_mail_notify(所有的回复都会发邮件通知) function comment_mail_notify($comment_id) { $comment = get_comment($comment_id); $parent_id = $comment->comment_parent ? $comment->comment_parent : ''; $spam_confirmed = $comment->comment_approved; if (($parent_id != '') && ($spam_confirmed != 'spam')) { $wp_email = 'n...
阅读全文

如何解决:Android中 Error generating final archive: Debug Certificate expired on 10/09/18 16:30 的错误

发表于477 天前 Android  暂无评论
如何解决:Android中 Error generating final archive: Debug Certificate expired on 10/09/18 16:30 的错误

问题概述:

在导入一个app后提示如下错误:

“Error generating final archive: Debug Certificate expired on 10/09/18 16:30”

阅读全文

Android:Help with “Error: Unable to open class file R.java” zz

发表于477 天前 Android  暂无评论
Android:Help with “Error: Unable to open class file R.java” zz

Help with “Error: Unable to open class file R.java” when building an Android App for the first time in Eclipse

This is just a really, quick and dirty post to help resolve this issue.

阅读全文

Android Error: Unable to open class file R.java

发表于477 天前 Android  评论数1
Android Error: Unable to open class file R.java

You’ve just installed Eclipse , and attempted to create your first Android Application. When clicking create, you see an error similar to this: “Error: Unable to open class file R.java”
如果出现 “Error: Unable to open class file R.java No such file or directory”。

阅读全文

Android 模拟器出错,Emulator: ERROR: Unknown Virtual Device Name

发表于477 天前 Android  暂无评论
Android 模拟器出错,Emulator: ERROR: Unknown Virtual Device Name

android 模拟器出错,emulator: ERROR: unknown virtual device name
原因:我的文档的默认位置改变
遇到ERROR: unknown virtual device name这样的问题一般是由于创建的文件路径引用错误造成的。比如Vista可以设置用户文件到F盘下。这样在用Eclipse或者从命令行创建Android Emulator时,相应的文件是被放置到 “F:\Users\\.android“ 下面了,而程序运行时仍然从 “C:\Users\\.android“ 下查找相应的配置文件,从而导致上面的错误。

阅读全文
不想听你唠叨×