how to add Javascript and CSS in page layout with sharepoint 2013
Sometimes, we need create a custom page layout, at the time, if we want to add some javascript and css code, how to do it? we cannot ...
分类:
编程语言 时间:
2014-09-30 18:03:29
阅读次数:
249
====================问题描述==================== MyEclipse安装ADT23后打开文件时报错Anerrorhasoccurred.Seeerrorlogformoredetails.org.eclipse.swt.custom.StyledText.ge...
分类:
系统相关 时间:
2014-09-30 17:47:29
阅读次数:
211
光照
1. 首先需要定义这样的顶点结构
struct CUSTOMVERTEX
{
D3DXVECTOR3position; // 顶点
D3DXVECTOR3normal; // 法向量
};
// Custom flexible vertex format (FVF).
#define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ...
分类:
其他好文 时间:
2014-09-29 19:13:41
阅读次数:
179
1Creating Custom Entity新实体的创建你可以再参考 example 组件,为此你可以看下 example 组件的 entitymodel.xml 文件。你可以按下列步骤创建新的实体:a.在 hot-deploy/practice/ 下创建一个 entitydef 的子目录。b.创...
分类:
其他好文 时间:
2014-09-28 15:56:12
阅读次数:
197
提要 今天要学习的是一些Shader 的例子,从简单到难。Let's go.一大波例子来袭还是用上一篇用到的工程。点我下载红色的螃蟹Test1.shaderShader "Custom/Test1" {
SubShader {
Tags { "RenderType" = "Opaque" }
CGPROGRAM
#pragma surface surf...
分类:
其他好文 时间:
2014-09-27 00:43:09
阅读次数:
268
【荐】纯CSS实现漂亮圆角阴影边框_潜水射流曝气机 Custom box with no width restrictions. Height restriction is based on the amount of content.textLorem ipsum dolor sit...
分类:
Web程序 时间:
2014-09-26 14:18:58
阅读次数:
257
解决方案:在AppDelegate.h中的didFinishLaunchingWithOptions里面添加:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for custom...
分类:
移动开发 时间:
2014-09-25 23:14:08
阅读次数:
197
1. 双击mysql-5.5.28-win32.exe(或者mysql-5.5.28-winx64)点击下一步,接受许可。2. 点击custom 3. 将安装路径修改为d盘 4. 点击下一步,安装5. 安装过程中弹出如下窗口,一直点击下一步即可 6. 完成安装时注意勾选运行mysql实例配置工具.....
分类:
数据库 时间:
2014-09-25 09:51:38
阅读次数:
313
Call custom c++ from Luacocos2d-x lua binds c++ class, class functions ,enum and some global functions to lua through auto-binding by bindings-generat...
分类:
其他好文 时间:
2014-09-24 22:14:47
阅读次数:
236
1、va设置
1)在注册表HKEY_CURRENT_USER\Software\Whole Tomato\Visual Assist X\VANet8下的ExtHeader和ExSource中分别添加.cuh和.cu
2)在vs界面选择Visual Assist X Options->Projects->C/C++ Directories,Platform下拉框选"Custom",Show D...
分类:
其他好文 时间:
2014-09-24 19:07:23
阅读次数:
317