-
VLCAPI-V0.0.0
vlc的中文API,将官方的API做了简单的翻译,其中有些不到位(VLC this is a VLC DOC)
- 2017-03-03 10:44:07下载
- 积分:1
-
evpodc10-3598
一款国外的工作流设计软件,基于java平台,提供简单的工作流设计功能(A foreign workflow design software, based on java platform, provides a simple workflow design features)
- 2010-03-14 16:17:20下载
- 积分:1
-
believe so many friends in the time of the navigation is very troublesome proble...
相信不少朋友在做导航条的时候感到很麻烦吧,因为每做一页,连接就要修改一次,页面多起来的时候简直就是折磨了。这种情况在使用js 的情况下会有所改善,因为每个连接都是一样的,并且以后有栏目修改,增加减少的时候会倍感方便。但使用手工修改的时候未免会出更多的麻烦,js 错一个字整个 js 都不能运行。 Html2js 就是在这种情况下产生的,可以直接把 html代码转换成 js代码 ,那么这样一来,无论作什么修改,在 html 里面做好,然后转换就是了。-believe so many friends in the time of the navigation is very troublesome problem, as do every one, it is necessary to connect the revisions, the increase in pages when it is a torment. In such circumstances the use js circumstances will improve, because each link is the same, and after the columns are amended by increasing the reduction will more conveniently. But the use of manual changes of time it will be more trouble, a word wrong js whole js can run. Html2js is under such circumstances, can be directly converted into html code js code, then this one, no matter what changes they do in html and then converting the grindstone.
- 2023-02-01 01:45:04下载
- 积分:1
-
检测安卓手机自带传感器详细信息
public class MainActivity extends Activity {
private TextView text;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
text = (TextView)findViewById(R.id.text);
SensorManager sm = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
List allsensors = sm.getSensorList(Sensor.TYPE_ALL);
text.setText("该手机有"+allsensors.size()+"个传感器,他们分别是:
");
for(Sensor s:allsensors){
String tempString = "
" + " 设备名称:" + s.getName() + "
" +
- 2023-08-04 02:35:04下载
- 积分:1
-
基于XML的Web _发展
开发web_xml- Develops web_xml
- 2022-02-14 13:51:46下载
- 积分:1
-
MainMenu
Employee salary management system
- 2014-12-03 00:00:13下载
- 积分:1
-
超市管理系统,根据超市的业务如:超市的收银系统和后台的管理系统,商品管理,财务管理,结算,统计...
超市管理系统,根据超市的业务如:超市的收银系统和后台的管理系统,商品管理,财务管理,结算,统计-Supermarket Management System, according to the supermarket business, such as: supermarket cash register systems and back-office management systems, commodity management, financial management, billing, statistics
- 2022-03-26 02:51:22下载
- 积分:1
-
YOYOcode
YOYO播放器的源代码,是用Java语言写的,非常经典,拿出来供各位Java学习者学习(YOYO player source code is written in Java language, very classic, you out for Learners Java)
- 2010-10-22 14:55:31下载
- 积分:1
-
OBD2连接ELM327协议源码
可以连接OBD设备,读取车辆基本信息,如车速,转速,电瓶电压,温度油耗等信息,中文修改
- 2023-04-28 14:25:09下载
- 积分:1
-
330 个 有用的Java Tips(小贴士)
330 个 有用的Java Tips(小贴士)-330 useful Java Tips (Tips)
- 2022-06-27 23:12:21下载
- 积分:1