TheShadowDemon
关于Windows10上VS运行与Windows10开发者凭证获取
展开Biu

目前的运行情况

3台电脑系统Windows 10 Pro Technical Preview 10049

A:Visual Studio Professional 2013

运行一切正常

B:Visual Studio Community 2013

运行正常无法汉化

C:Visual Studio 2015 Preview

虚拟机出现问题,无法汉化

目前看情况在Windows10下最好还是用Visual Studio Community 2013

因为Visual Studio Community 2013集成了Visual Studio Professional 2013所有的功能

虽然是英文版本但是只要熟悉的话一般都不会出现问题

Windows10开发是可以免费获得开发者许可的

三个前提

第一,使用VSC2013或预览版VS2015

第二,拥有微软开发者账户(这个直接去微软注册就行了)

第三,电脑操作系统必须是Windows8.1或Windows sever2012或Windows10

(这里用Visual Studio Community 2013进行实例说明)

打开Visual Studio Community 2013

建立项目JS

选择Blank App(Unisersal Apps)

之后他会给你引导获取Windows10开发者凭证和获取权限

获取成功6个月的凭证

[查看全文]
雨泽沫蕥
刚才看到一个好美的效果,求教代码QAQ
展开Biu

蝶之灵原著·个人DM广播剧《军校生》预告+陵雨篇,祝辰总生日快乐

就是里面那个STAFF表,cv的名字用鼠标描过,会散发金光,放大的那个,求教QAQ

防崩链接:http://bbs.jjwxc.net/showmsg.php?board=52&boardpagemsg=1&id=70685

[查看全文]
紫钰微笑
福利来了C语言,Java全套自学视频教程下载地址,这个挺不...
展开Biu

本帖最后由 紫钰微笑 于 2014-5-1 21:45 编辑

这个视频就是真实课堂版,讲师语言幽默风趣,非常的适合初学者、自学者、逃课又不想挂科的同志们,关键的是资源真的很多,我觉得就是不上课了都可以学会C语言全部课程。#8x

PS:最近有小伙伴告诉我,下载时出问题,无法连接、下载地址不合法,导致不能下载。出现这种情况,只有两种可能: @xyy#

1.本人在上传这些下载链接时,由于链接数量过于庞大,并且挤在一起,所以经过了排版,可能有部分链接中混入空格键导致无法下载。@xyy#

2.下载链接已经失效,这就没办法了,只能抱歉。@xyy#

出现第一种情况时你就自己注意一下,我就不修改了,工作量太大了,你懂得。如果还不行,下面有一个没有经过处理的txt原始附件,自己下载下来,用这里的下载连接进行下载,应该就行了。 @xyy#

1.C语言自学教程

本内容已隐藏,回复后刷新可见哦

[查看全文]
水城。
手机也能写python
展开Biu

个人偏向于不爱多说废话。直接正题:

首先我们要准备两个软件,一个叫SL4A,另外一个叫做python for Android。下载后首先安装SL4A,然后运行python for Android安装环境(进去点击uninstall)。安装完成后,运行SL4A即可。

SL4A下载地址:http://android-scripting.googlecode.com/files/sl4a_r3.apk

python for Android 下载地址:http://android-scripting.googlec ... onForAndroid_r4.apk

[查看全文]
1259534964
怎么很少人用ASP.NET来做网站的?
展开Biu

本人觉得ASP.NET非常有用。做起来也很好理解。

[查看全文]
丨端木丶荒冬
原创AVG游戏程序员招募
展开Biu

本帖最后由 丨端木丶荒冬 于 2012-3-17 12:35 编辑

这里是第一步: 【千里之行始于足下】原创AVG游戏策划开始

这里是第二步【千里之行始于足下】原创AVG游戏开发人员招募开始 里面有一些现在已经确定的计划,参与招募之前请务必去看看哦。

然后,这里是程序员的招募贴。

由于题材选定为AVG题材,所以程序员要求如下。

1:能熟练掌握VB或者能熟练使用NS引擎或者ONS引擎进行开发。

2:能按照制作组的要求进行程序上的编写,最好能有经验,而且可以尽快完成开发。

而评选标准则是由策划负责,不会单独进行投票选择。

有意参加者,请在帖子之下附上联系方式,我们将会一对一的进行问询然后决定人选。

我们会招募人物画师,CG画师以及背景画师。音效师。文案。以及程序员。请有意参与的相关专业人士关注。

工资最后是以销售额度进行分成,如果利润不多,则由策划进行补偿。

详情请联系:QQ:1036368329

[查看全文]
狐狸几
VC++6.0中文版
展开Biu

这个是在上课的时候在老师那里拷来的……这是秘密,别说出去哦……

不知道VC++有没有被淘汰咧=-=@16#

本内容已隐藏,回复后刷新可见哦

[查看全文]
babyQ
spinner没有图片显示
展开Biu

我自定义了一个下拉列表样式如下

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent" >

<ImageView

android:id="@+id/image"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:layout_centerVertical="true"

android:layout_marginLeft="20dp"

android:src="@drawable/ic_launcher" />

<TextView

android:id="@+id/text"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_centerVertical="true"

android:layout_marginLeft="25dp"

android:layout_toRightOf="@+id/image"

android:text="None" />

</RelativeLayout>

main.xml是这个

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >

<TextView

android:id="@+id/textview"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:textColor="#ff0000"

android:textSize="25sp"

/>

<Spinner

android:id="@+id/spinner"

android:layout_width="match_parent"

android:layout_height="wrap_content"

/>

</LinearLayout>

最后是

package com.example.spinner;

import java.util.ArrayList;

import java.util.HashMap;

import java.util.List;

import java.util.Map;

import android.support.v7.app.ActionBarActivity;

import android.app.Activity;

import android.os.Bundle;

import android.view.Menu;

import android.view.MenuItem;

import android.view.View;

import android.widget.Adapter;

import android.widget.AdapterView;

import android.widget.AdapterView.OnItemSelectedListener;

import android.widget.SimpleAdapter;

import android.widget.Spinner;

import android.widget.TextView;

public class MainActivity extends Activity implements OnItemSelectedListener{

private TextView tv;

private Spinner sp;

private List<Map<String, Object>>list;

private SimpleAdapter adapter;

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.main);

tv=(TextView) findViewById(R.id.textview);

sp=(Spinner) findViewById(R.id.spinner);

list= new ArrayList<Map<String,Object>>();

getdata();

adapter=new SimpleAdapter(this, list, R.layout.item, new String[]{"inmage","text"},

new int[]{R.id.image,R.id.text});

adapter.setDropDownViewResource(R.layout.item);

sp.setAdapter(adapter);

sp.setOnItemSelectedListener(this);

}

private List<? extends Map<String, ?>> getdata() {

// TODO Auto-generated method stub

Map<String, Object>map=new HashMap<String, Object>();

map.put("image", R.drawable.ic_launcher);

map.put("text", "北京");

Map<String, Object>map2=new HashMap<String, Object>();

map2.put("image", R.drawable.ic_launcher);

map2.put("text", "上海");

Map<String, Object>map3=new HashMap<String, Object>();

map3.put("image", R.drawable.ic_launcher);

map3.put("text", "杭州");

Map<String, Object>map4=new HashMap<String, Object>();

map4.put("image", R.drawable.ic_launcher);

map4.put("text", "深圳");

list.add(map);

list.add(map2);

list.add(map3);

list.add(map4);

return list;

}

@Override

public boolean onCreateOptionsMenu(Menu menu) {

// Inflate the menu; this adds items to the action bar if it is present.

getMenuInflater().inflate(R.menu.main, menu);

return true;

}

@Override

public boolean onOptionsItemSelected(MenuItem item) {

// Handle action bar item clicks here. The action bar will

// automatically handle clicks on the Home/Up button, so long

// as you specify a parent activity in AndroidManifest.xml.

int id = item.getItemId();

if (id == R.id.action_settings) {

return true;

}

return super.onOptionsItemSelected(item);

}

@Override

public void onItemSelected(AdapterView<?> parent, View view, int position,

long id) {

// TODO Auto-generated method stub

tv.setText("你所选的城市是"+adapter.getItem(position));

}

@Override

public void onNothingSelected(AdapterView<?> parent) {

// TODO Auto-generated method stub

tv.setText("None");

}

}

[查看全文]