摘要:
// test.h 中的头文件#import <UIKit/UIKit.h>@interface test : UIViewController-(void)temp:(int)value1 :(int) value2;@end/******************************/// test.m文件 用来写一个方法#import "test.h"@interface test ()@end@implementation test-(void)temp:(int)value1 :(int) value2{ int temp; if(value1< 阅读全文
摘要:
1。关键字颜色无效解决办法: 高级——配置——编辑器显示——语法高亮—— 找到词语列表的完整路经看下最后的wordfile这个文件wordfile.txt是不是点txt结尾,如果是uew那么改过来就可以了。2。英文内容显示模糊解决办法: 在桌面空白处右击:属性——外观——效果——把清晰改为标准就妥妥的解决了(使用下面方式使屏幕字体的边缘平滑。找到这个)。 阅读全文
摘要:
[ExtShellFolderViews] [{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=123.jpg更改硬盘。U盘背景 123.jpg为图片在同一目录下新建一个文本文件。把以上代码复制进去。然后把后缀名改为Desktop.ini 阅读全文
摘要:
<html><head><title>test</title><link rel="stylesheet" type="text/css" href="./css/test.css" /></head><script> function testdown() //鼠标按下时 { //alert("aaa"); document.getElementById('txtptz').value=1; } function 阅读全文
摘要:
<td ><input id="rate2" name="n_rate" value="1" align="center" type="radio" onclick="rate_choice(0)" /><td>function test1(id_value){ if(0==id_value) { alert("ture"); }} 阅读全文
摘要:
<td ><input id="rate2" name="n_rate" value="1" align="center" type="radio" onclick="rate_choice()" /><td>$("input[name=n_rate]:eq(1)").attr("checked",'checked'); //表示id为rate2这一项为选择 eq(1) 为对应rate 阅读全文
摘要:
<select name="" id="" disabled="true"><option value = "0" >2048x1536</option> <option value = "1">2048x1152</option> <option value = "2">1600x1200</option></select>disabled="true" se 阅读全文
摘要:
colspan="2" //表示跨两列rowspan="2 //表示跨两行 阅读全文
摘要:
<td><input id="PTZ1" name="PTZ2" type="radio" value="0" onchange="test1()" /><td>function test1(){ if(document.getElementById("PTZ1").checked) { alert("aa"); }} 阅读全文
摘要:
<script> var wkl_clone1;$(document).ready(function(){ wkl_clone1 = $("#frame_rate1").clone(); //复制option下的元素}) function remove_rate1(minvalue,maxvalue,firstvalue) //去掉多余option元素{ for(i=minvalue ; i<=maxvalue; i++) { $('#frame_rate1 option:eq(... 阅读全文